libxmu: move, update, and fix compilation

This commit is contained in:
Jeremy Soller 2025-05-03 18:33:56 -06:00
parent 7387bfac63
commit 45911f9d98
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA
2 changed files with 27 additions and 9 deletions

View File

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

View File

@ -0,0 +1,27 @@
[source]
tar = "https://www.x.org/releases/individual/lib/libXmu-1.2.1.tar.xz"
blake3 = "466f7ab160c4e9f04866e9c895dbecb6a76ed1817ae16721d404c556d88f047e"
script = """
DYNAMIC_INIT
autotools_recursive_regenerate
"""
[build]
dependencies = [
"libice",
"libpthread-stubs",
"libsm",
"libx11",
"libxau",
"libxcb",
"libxext",
"libxt",
"x11proto",
"x11proto-kb",
"xextproto",
]
template = "custom"
script = """
DYNAMIC_INIT
cookbook_configure
"""