libxres: fix and move to wip/x11

This commit is contained in:
Jeremy Soller 2025-11-14 18:53:11 -07:00
parent 8cb3244b74
commit 51165c63e8
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA
2 changed files with 18 additions and 5 deletions

View File

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

View File

@ -0,0 +1,18 @@
[source]
tar = "https://www.x.org/releases/individual/lib/libXres-1.2.3.tar.xz"
blake3 = "ed6e65e554fb812ddbec0667d749cb6c0488a964d7b12a7c4c2cadac1287088f"
script = """
DYNAMIC_INIT
autotools_recursive_regenerate
"""
[build]
dependencies = [
"libx11",
"libxext",
]
template = "custom"
script = """
DYNAMIC_INIT
cookbook_configure --enable-malloc0returnsnull
"""