diff options
author | Cem Keylan <cem@ckyln.com> | 2024-10-04 12:58:18 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2024-10-04 12:58:18 +0200 |
commit | 6b63f418c81e3a7461372cde5f8ea97a289bc40a (patch) | |
tree | 78d7ca30491ea0bae195f1bc82447e7cf9e83e87 /extra/pixman/build | |
parent | 05ee4a5c1503d38ebec1489dc9db0d3627be36f8 (diff) | |
download | repository-6b63f418c81e3a7461372cde5f8ea97a289bc40a.tar.gz |
pixman: bump to 0.43.4
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 |