mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 13:54:19 +08:00
pixman: update to 0.46 and compile with meson
This commit is contained in:
parent
047e6ca0ec
commit
b2b1107283
@ -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
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user