Move libxau and fix compilation

This commit is contained in:
Jeremy Soller 2025-05-02 09:50:10 -06:00
parent fb6cd00359
commit a5a1106b33
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA
2 changed files with 17 additions and 8 deletions

View File

@ -1,8 +0,0 @@
#TODO compiled but not tested
[source]
tar = "https://www.x.org/releases/individual/lib/libXau-1.0.11.tar.xz"
[build]
template = "configure"
dependencies = [
"x11proto",
]

View File

@ -0,0 +1,17 @@
[source]
tar = "https://www.x.org/releases/individual/lib/libXau-1.0.12.tar.xz"
blake3 = "674bc71a888eec20f0e29989e4669df90309d4baacad058107cdf89d23803bcc"
script = """
DYNAMIC_INIT
autotools_recursive_regenerate
"""
[build]
dependencies = [
"x11proto",
]
template = "custom"
script = """
DYNAMIC_INIT
cookbook_configure
"""