libxcomposite: fix compilation

This commit is contained in:
Jeremy Soller 2025-11-10 20:15:29 -07:00
parent 5e3d56678e
commit 8982691974
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -1,9 +1,19 @@
#TODO make dependencies work
[source]
tar = "https://www.x.org/releases/individual/lib/libXcomposite-0.4.6.tar.xz"
script = """
DYNAMIC_INIT
autotools_recursive_regenerate
"""
[build]
template = "configure"
template = "custom"
dependencies = [
"libx11",
"libxfixes",
"x11proto",
]
script = """
DYNAMIC_INIT
cookbook_configure
"""