aboutsummaryrefslogtreecommitdiff
path: root/extra/libXrandr/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2023-01-12 17:47:27 +0100
committerCem Keylan <cem@ckyln.com>2023-01-12 17:47:27 +0100
commit53fc24a825185071526b38d69c658694b7dae4b3 (patch)
treeca7409f487e729c4d94ad6e0dfc6f8dd7cdceaa3 /extra/libXrandr/build
parent71dddcc66d6e4ca000d55fa90db7d834395174fb (diff)
downloadrepository-53fc24a825185071526b38d69c658694b7dae4b3.tar.gz
libXrandr: move to extra
Diffstat (limited to 'extra/libXrandr/build')
-rwxr-xr-xextra/libXrandr/build7
1 files changed, 7 insertions, 0 deletions
diff --git a/extra/libXrandr/build b/extra/libXrandr/build
new file mode 100755
index 00000000..6daf22f8
--- /dev/null
+++ b/extra/libXrandr/build
@@ -0,0 +1,7 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr
+
+make
+make DESTDIR="$1" install