mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-07 03:58:41 +08:00
Add xkbutils
This commit is contained in:
parent
d80baea6d3
commit
3bd364a413
30
recipes/wip/x11/xkbutils/recipe.toml
Normal file
30
recipes/wip/x11/xkbutils/recipe.toml
Normal file
@ -0,0 +1,30 @@
|
||||
[source]
|
||||
tar = "https://www.x.org/releases/individual/app/xkbutils-1.0.6.tar.xz"
|
||||
blake3 = "f19c157f5eaad7c91ee101952e55b9fd991b060892ecb3e6d9a7b46fa1dbe587"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
autotools_recursive_regenerate
|
||||
"""
|
||||
|
||||
[build]
|
||||
dependencies = [
|
||||
"libice",
|
||||
"libpthread-stubs",
|
||||
"libsm",
|
||||
"libx11",
|
||||
"libxau",
|
||||
"libxaw",
|
||||
"libxcb",
|
||||
"libxext",
|
||||
"libxmu",
|
||||
"libxpm",
|
||||
"libxt",
|
||||
"x11proto",
|
||||
]
|
||||
template = "custom"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
#TODO: why are LIBS not automatic?
|
||||
export LIBS="-lXaw7 -lXext -lXmu -lXpm -lXt -lSM -lICE -lX11 -lxcb -lXau"
|
||||
cookbook_configure
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user