mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 22:34:18 +08:00
Add twm
This commit is contained in:
parent
644bce6748
commit
cf3b6a1401
27
recipes/wip/x11/twm/recipe.toml
Normal file
27
recipes/wip/x11/twm/recipe.toml
Normal file
@ -0,0 +1,27 @@
|
||||
[source]
|
||||
tar = "https://www.x.org/releases/individual/app/twm-1.0.13.tar.xz"
|
||||
blake3 = "50acf2123537a739dcaff50e1ae9b38d7e117a2d07cd3a6b550dcafdc52ff9fc"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
autotools_recursive_regenerate
|
||||
"""
|
||||
|
||||
[build]
|
||||
dependencies = [
|
||||
"libice",
|
||||
"libpthread-stubs",
|
||||
"libsm",
|
||||
"libx11",
|
||||
"libxau",
|
||||
"libxcb",
|
||||
"libxext",
|
||||
"libxmu",
|
||||
"libxt",
|
||||
"x11proto",
|
||||
]
|
||||
template = "custom"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
export LIBS="-lxcb -lXau"
|
||||
cookbook_configure
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user