libxrandr: move, update, and fix

This commit is contained in:
Jeremy Soller 2025-05-04 18:21:05 -06:00
parent d4fef6be80
commit 593e3acf6e
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA
2 changed files with 24 additions and 5 deletions

View File

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

View File

@ -0,0 +1,24 @@
[source]
tar = "https://www.x.org/releases/individual/lib/libXrandr-1.5.4.tar.xz"
blake3 = "c107a47d9c4329996d74d7a1ab8d254a2cf3aecea1575d7e146da9a06b762081"
script = """
DYNAMIC_INIT
autotools_recursive_regenerate
"""
[build]
dependencies = [
"libpthread-stubs",
"libx11",
"libxau",
"libxcb",
"libxext",
"libxrender",
"x11proto",
"xextproto",
]
template = "custom"
script = """
DYNAMIC_INIT
cookbook_configure --enable-malloc0returnsnull
"""