libxfixes: move, update, and fix

This commit is contained in:
Jeremy Soller 2025-05-04 13:54:31 -06:00
parent 016b02c328
commit fc8f03efec
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA
2 changed files with 22 additions and 10 deletions

View File

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

View File

@ -0,0 +1,22 @@
[source]
tar = "https://www.x.org/releases/individual/lib/libXfixes-6.0.1.tar.xz"
blake3 = "ccbae58717aa81f1ef52a2e6cbb7c57553a98b93f5a7a6f8a78e793a3a0c7f78"
script = """
DYNAMIC_INIT
autotools_recursive_regenerate
"""
[build]
dependencies = [
"libpthread-stubs",
"libx11",
"libxau",
"libxcb",
"x11proto",
"xextproto",
]
template = "custom"
script = """
DYNAMIC_INIT
cookbook_configure
"""