diff options
-rwxr-xr-x | extra/pixman/build | 12 | ||||
-rw-r--r-- | extra/pixman/checksums | 2 | ||||
-rw-r--r-- | extra/pixman/sources | 2 | ||||
-rw-r--r-- | extra/pixman/version | 2 |
4 files changed, 10 insertions, 8 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 diff --git a/extra/pixman/checksums b/extra/pixman/checksums index 054a1c9d..99d358a7 100644 --- a/extra/pixman/checksums +++ b/extra/pixman/checksums @@ -1,2 +1,2 @@ %BLAKE3 -61a60ff8556e7ad5f4ea6dddc7659a99ce428a24fc4f65118cb043b0158b2444 pixman-0.42.2.tar.xz +de50d2f9937106d47d95e915aa8ef54a0af34e0d6b804095452c755e43b0aa34 pixman-0.43.4.tar.xz diff --git a/extra/pixman/sources b/extra/pixman/sources index 19850212..3cacd7c0 100644 --- a/extra/pixman/sources +++ b/extra/pixman/sources @@ -1 +1 @@ -https://www.x.org/releases/individual/lib/pixman-0.42.2.tar.xz +https://www.x.org/releases/individual/lib/pixman-0.43.4.tar.xz diff --git a/extra/pixman/version b/extra/pixman/version index 44bf52c5..a44f9143 100644 --- a/extra/pixman/version +++ b/extra/pixman/version @@ -1 +1 @@ -0.42.2 1 +0.43.4 1 |