libxcb: fix compilation

This commit is contained in:
Jeremy Soller 2025-05-02 09:51:41 -06:00
parent 965760199d
commit 7de3c4750b
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -1,5 +1,20 @@
#TODO missing xcb-proto package
[source]
tar = "https://www.x.org/releases/individual/xcb/libxcb-1.16.tar.xz"
tar = "https://www.x.org/releases/individual/xcb/libxcb-1.17.0.tar.xz"
blake3 = "3dce3b8adc257177dfec9b6b6cf55eeac13921520dd6c372fd8f9d867600337b"
script = """
DYNAMIC_INIT
autotools_recursive_regenerate
"""
[build]
template = "configure"
dependencies = [
"libpthread-stubs",
"libxau",
"x11proto",
"xcb-proto",
]
template = "custom"
script = """
DYNAMIC_INIT
cookbook_configure
"""