Files
RedBear-OS/recipes/wip/libs/other/libxkbcommon/recipe.toml
T
2026-04-14 10:51:06 +01:00

17 lines
426 B
TOML

#TODO: needs xkeyboard-config data installed; Wayland helper tools stay disabled for now
[source]
tar = "https://xkbcommon.org/download/libxkbcommon-1.7.0.tar.xz"
blake3 = "5001ca0b8562feeef2010bf16c05657e3875fda3ed5fdedbf48b9135e5cdfcbc"
[build]
template = "meson"
mesonflags = [
"-Denable-wayland=false",
"-Denable-x11=false",
"-Denable-tools=false",
]
dependencies = [
"libxml2",
"xkeyboard-config",
]