Add xkbcomp

This commit is contained in:
Jeremy Soller 2025-05-03 20:10:25 -06:00
parent 3bd364a413
commit d4191e22d9
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -0,0 +1,23 @@
[source]
tar = "https://www.x.org/releases/individual/app/xkbcomp-1.4.7.tar.xz"
blake3 = "e6420ef168976726f8aa8cb362bc70dfe2bd810f2b33e5f71547ec182ed301ea"
script = """
DYNAMIC_INIT
autotools_recursive_regenerate
"""
[build]
dependencies = [
"libpthread-stubs",
"libx11",
"libxau",
"libxcb",
"libxkbfile",
"x11proto",
]
template = "custom"
script = """
DYNAMIC_INIT
export LIBS="-lxcb -lXau"
cookbook_configure
"""