aboutsummaryrefslogtreecommitdiff
path: root/extra/libxcb/build
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libxcb/build')
-rwxr-xr-xextra/libxcb/build9
1 files changed, 9 insertions, 0 deletions
diff --git a/extra/libxcb/build b/extra/libxcb/build
new file mode 100755
index 00000000..7ef0193f
--- /dev/null
+++ b/extra/libxcb/build
@@ -0,0 +1,9 @@
+#!/bin/sh -e
+
+clsed 's/pthread-stubs //' configure
+
+./configure \
+ --prefix=/usr
+
+make
+make DESTDIR="$1" install