aboutsummaryrefslogtreecommitdiff
path: root/extra/libxshmfence/build
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libxshmfence/build')
-rwxr-xr-xextra/libxshmfence/build8
1 files changed, 8 insertions, 0 deletions
diff --git a/extra/libxshmfence/build b/extra/libxshmfence/build
new file mode 100755
index 00000000..4a70bbd8
--- /dev/null
+++ b/extra/libxshmfence/build
@@ -0,0 +1,8 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr \
+ --with-shared-memory-dir=/dev/shm
+
+make
+make DESTDIR="$1" install