aboutsummaryrefslogtreecommitdiff
path: root/extra/libXinerama/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
commit970043469fb51ec85a2852073716185380f5276c (patch)
treebb5d436048d2e92c0d3dc662c5929b3c4216829f /extra/libXinerama/build
parent7360fecf24c1d344c27d1ef2668923497d41f698 (diff)
downloadrepository-970043469fb51ec85a2852073716185380f5276c.tar.gz
libXinerama: move to extra
Diffstat (limited to 'extra/libXinerama/build')
-rwxr-xr-xextra/libXinerama/build8
1 files changed, 8 insertions, 0 deletions
diff --git a/extra/libXinerama/build b/extra/libXinerama/build
new file mode 100755
index 00000000..105ed0c2
--- /dev/null
+++ b/extra/libXinerama/build
@@ -0,0 +1,8 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr \
+ --enable-malloc0returnsnull
+
+make
+make DESTDIR="$1" install