libxrender: move, update, and fix

This commit is contained in:
Jeremy Soller 2025-05-04 13:58:55 -06:00
parent 35f7750f2d
commit df8e612c8b
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA
2 changed files with 21 additions and 5 deletions

View File

@ -1,5 +0,0 @@
#TODO missing xorg-macros package
[source]
tar = "https://www.x.org/releases/individual/lib/libXrender-0.9.11.tar.xz"
[build]
template = "configure"

View File

@ -0,0 +1,21 @@
[source]
tar = "https://www.x.org/releases/individual/lib/libXrender-0.9.12.tar.xz"
blake3 = "900b431ad77835029a88fd0d874bbd0d748ff150b9e0c3841b3ce7a346cf396a"
script = """
DYNAMIC_INIT
autotools_recursive_regenerate
"""
[build]
dependencies = [
"libpthread-stubs",
"libx11",
"libxau",
"libxcb",
"x11proto",
]
template = "custom"
script = """
DYNAMIC_INIT
cookbook_configure --enable-malloc0returnsnull
"""