mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-05 02:58:42 +08:00
18 lines
333 B
TOML
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
|
|
"""
|