redox/recipes/wip/x11/xkbcomp/recipe.toml
2025-05-03 20:10:25 -06:00

24 lines
440 B
TOML

[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
"""