aboutsummaryrefslogtreecommitdiff
path: root/extra/xcb-util-image/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2022-08-28 16:09:35 +0300
committerCem Keylan <cem@ckyln.com>2022-08-28 16:09:35 +0300
commite73f7f3e1255f9d56ddbad12b86b129e0cf67e09 (patch)
treef424ab1e652b093e4cd9108ddfc16e0a246e763b /extra/xcb-util-image/build
parent5b8acff505dc2ef704424f96f44ce74b1f576956 (diff)
downloadrepository-e73f7f3e1255f9d56ddbad12b86b129e0cf67e09.tar.gz
xcb-util-image: move to extra
Diffstat (limited to 'extra/xcb-util-image/build')
-rwxr-xr-xextra/xcb-util-image/build8
1 files changed, 8 insertions, 0 deletions
diff --git a/extra/xcb-util-image/build b/extra/xcb-util-image/build
new file mode 100755
index 00000000..7ca84fcf
--- /dev/null
+++ b/extra/xcb-util-image/build
@@ -0,0 +1,8 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr \
+ --disable-static
+
+make
+make DESTDIR="$1" install