Add xkbutils

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

View File

@ -0,0 +1,30 @@
[source]
tar = "https://www.x.org/releases/individual/app/xkbutils-1.0.6.tar.xz"
blake3 = "f19c157f5eaad7c91ee101952e55b9fd991b060892ecb3e6d9a7b46fa1dbe587"
script = """
DYNAMIC_INIT
autotools_recursive_regenerate
"""
[build]
dependencies = [
"libice",
"libpthread-stubs",
"libsm",
"libx11",
"libxau",
"libxaw",
"libxcb",
"libxext",
"libxmu",
"libxpm",
"libxt",
"x11proto",
]
template = "custom"
script = """
DYNAMIC_INIT
#TODO: why are LIBS not automatic?
export LIBS="-lXaw7 -lXext -lXmu -lXpm -lXt -lSM -lICE -lX11 -lxcb -lXau"
cookbook_configure
"""