pixman: update to 0.46 and compile with meson

This commit is contained in:
Jeremy Soller 2025-05-01 13:34:22 -06:00
parent 047e6ca0ec
commit b2b1107283
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -1,7 +1,11 @@
[source]
tar = "https://www.cairographics.org/releases/pixman-0.42.2.tar.gz"
blake3 = "40f8a5cb809ae218ef33c75499d0fed6cbe625b26d78e88822304947cc07f183"
tar = "https://www.cairographics.org/releases/pixman-0.46.0.tar.xz"
blake3 = ""
patches = ["redox.patch"]
[build]
template = "configure"
template = "custom"
script = """
DYNAMIC_INIT
cookbook_meson -Dtests=disabled
"""