redox/recipes/wip/libs/other/libxkbcommon/recipe.toml
2025-06-18 16:52:17 -06:00

18 lines
333 B
TOML

[source]
tar = "https://xkbcommon.org/download/libxkbcommon-1.7.0.tar.xz"
b3sum = "5001ca0b8562feeef2010bf16c05657e3875fda3ed5fdedbf48b9135e5cdfcbc"
[build]
template = "custom"
dependencies = [
"libxml2",
"xz",
"zlib",
]
script = """
DYNAMIC_INIT
cookbook_meson \
-Denable-wayland=false \
-Denable-x11=false
"""