libxdamage: move to wip/x11, update, and compile dynamically

This commit is contained in:
Jeremy Soller 2025-11-14 19:15:53 -07:00
parent 0a7bdefda1
commit 4402cb77cf
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA
2 changed files with 19 additions and 10 deletions

View File

@ -1,10 +0,0 @@
#TODO missing dependencies
[source]
tar = "https://www.x.org/releases/individual/lib/libXdamage-1.1.6.tar.xz"
[build]
template = "configure"
dependencies = [
"libxfixes",
"libx11",
"x11proto",
]

View File

@ -0,0 +1,19 @@
[source]
tar = "https://www.x.org/releases/individual/lib/libXdamage-1.1.6.tar.xz"
blake3 = "d3d75f2656027288f87b9ddda8bf019862c63c6e4aeadd92f45870df6c2a7ce9"
script = """
DYNAMIC_INIT
autotools_recursive_regenerate
"""
[build]
template = "custom"
dependencies = [
"libx11",
"libxfixes",
"x11proto",
]
script = """
DYNAMIC_INIT
cookbook_configure
"""