diff options
author | Cem Keylan <cem@ckyln.com> | 2022-08-28 16:05:22 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-08-28 16:05:22 +0300 |
commit | a8738960bdd1bea0264a042e86acf23fc838b0e2 (patch) | |
tree | e8b9848c8e1d761fa47395ecac9f0a0c9fe6c5f7 /extra/pixman/build | |
parent | e51c0c3ceb5676ac80a584e2bde3e514322749c4 (diff) | |
download | repository-a8738960bdd1bea0264a042e86acf23fc838b0e2.tar.gz |
pixman: move to extra
Diffstat (limited to 'extra/pixman/build')
-rwxr-xr-x | extra/pixman/build | 8 |
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 |