diff options
Diffstat (limited to 'extra/pixman/build')
-rwxr-xr-x | extra/pixman/build | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/extra/pixman/build b/extra/pixman/build new file mode 100755 index 00000000..21a489bb --- /dev/null +++ b/extra/pixman/build @@ -0,0 +1,10 @@ +#!/bin/sh -e + +export DESTDIR="$1" + +cl-meson \ + -Ddefault_library=both \ + . output + +ninja -C output +ninja -C output install |