19 lines
515 B
TOML
19 lines
515 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",
|
|
"-Dxkb-config-root=/usr/share/X11/xkb",
|
|
"-Dx-locale-root=/usr/share/X11/locale",
|
|
]
|
|
dependencies = [
|
|
"libxml2",
|
|
"xkeyboard-config",
|
|
]
|