mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-09 13:08:47 +08:00
24 lines
440 B
TOML
24 lines
440 B
TOML
[source]
|
|
tar = "https://www.x.org/releases/individual/app/xkbcomp-1.4.7.tar.xz"
|
|
blake3 = "e6420ef168976726f8aa8cb362bc70dfe2bd810f2b33e5f71547ec182ed301ea"
|
|
script = """
|
|
DYNAMIC_INIT
|
|
autotools_recursive_regenerate
|
|
"""
|
|
|
|
[build]
|
|
dependencies = [
|
|
"libpthread-stubs",
|
|
"libx11",
|
|
"libxau",
|
|
"libxcb",
|
|
"libxkbfile",
|
|
"x11proto",
|
|
]
|
|
template = "custom"
|
|
script = """
|
|
DYNAMIC_INIT
|
|
export LIBS="-lxcb -lXau"
|
|
cookbook_configure
|
|
"""
|