diff options
Diffstat (limited to 'extra/pixman/build')
-rwxr-xr-x | extra/pixman/build | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/extra/pixman/build b/extra/pixman/build index cb0b1bff..21a489bb 100755 --- a/extra/pixman/build +++ b/extra/pixman/build @@ -1,8 +1,10 @@ #!/bin/sh -e -./configure \ - --prefix=/usr \ - --disable-gtk +export DESTDIR="$1" -make -make DESTDIR="$1" install +cl-meson \ + -Ddefault_library=both \ + . output + +ninja -C output +ninja -C output install |