libxi: move, update, and fix

This commit is contained in:
Jeremy Soller 2025-05-04 13:54:58 -06:00
parent fc8f03efec
commit 35f7750f2d
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 dependencies
[source]
tar = "https://www.x.org/releases/individual/lib/libXi-1.8.1.tar.xz"
[build]
template = "configure"

View File

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