aboutsummaryrefslogtreecommitdiff
path: root/extra/pixman/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2022-08-28 16:05:22 +0300
committerCem Keylan <cem@ckyln.com>2022-08-28 16:05:22 +0300
commita8738960bdd1bea0264a042e86acf23fc838b0e2 (patch)
treee8b9848c8e1d761fa47395ecac9f0a0c9fe6c5f7 /extra/pixman/build
parente51c0c3ceb5676ac80a584e2bde3e514322749c4 (diff)
downloadrepository-a8738960bdd1bea0264a042e86acf23fc838b0e2.tar.gz
pixman: move to extra
Diffstat (limited to 'extra/pixman/build')
-rwxr-xr-xextra/pixman/build8
1 files changed, 8 insertions, 0 deletions
diff --git a/extra/pixman/build b/extra/pixman/build
new file mode 100755
index 00000000..cb0b1bff
--- /dev/null
+++ b/extra/pixman/build
@@ -0,0 +1,8 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr \
+ --disable-gtk
+
+make
+make DESTDIR="$1" install