cf12defd28
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
17 lines
426 B
TOML
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",
|
|
]
|