Add libxt

This commit is contained in:
Jeremy Soller 2025-05-03 17:57:09 -06:00
parent 1eaff4c632
commit 4a216ac55e
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -0,0 +1,24 @@
[source]
tar = "https://www.x.org/releases/individual/lib/libXt-1.3.1.tar.xz"
blake3 = "fbf21683ce3e6d104529289254977bb08b355ecf7a36c763e8369acf85f15f24"
script = """
DYNAMIC_INIT
autotools_recursive_regenerate
"""
[build]
dependencies = [
"libice",
"libpthread-stubs",
"libsm",
"libx11",
"libxau",
"libxcb",
"x11proto",
"x11proto-kb",
]
template = "custom"
script = """
DYNAMIC_INIT
cookbook_configure --enable-malloc0returnsnull
"""