aboutsummaryrefslogtreecommitdiff
path: root/extra/libxshmfence/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
commit1fd5c31953a27c954c9a37a2857e6eaefe7d00da (patch)
treec2bd1f5c2d1606ed37ca2c674d9854eb8e5133f1 /extra/libxshmfence/build
parent968a7a3c3473e7ac13c7e6ae300e0618040ec944 (diff)
downloadrepository-1fd5c31953a27c954c9a37a2857e6eaefe7d00da.tar.gz
libxshmfence: move to extra
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