mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 21:04:18 +08:00
Add xeyes
This commit is contained in:
parent
df8e612c8b
commit
644bce6748
31
recipes/wip/x11/xeyes/recipe.toml
Normal file
31
recipes/wip/x11/xeyes/recipe.toml
Normal file
@ -0,0 +1,31 @@
|
||||
[source]
|
||||
tar = "https://www.x.org/releases/individual/app/xeyes-1.3.0.tar.xz"
|
||||
blake3 = "33d7ce4847c73e6ebea0cc595b04de80482a657132d0f2235548328ede88b673"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
autotools_recursive_regenerate
|
||||
"""
|
||||
|
||||
[build]
|
||||
dependencies = [
|
||||
"libice",
|
||||
"libpthread-stubs",
|
||||
"libsm",
|
||||
"libx11",
|
||||
"libxau",
|
||||
"libxcb",
|
||||
"libxext",
|
||||
"libxfixes",
|
||||
"libxi",
|
||||
"libxmu",
|
||||
"libxrender",
|
||||
"libxt",
|
||||
"x11proto",
|
||||
]
|
||||
template = "custom"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
#TODO: why are LIBS not automatic?
|
||||
export LIBS="-lXext -lXmu -lXt -lSM -lICE -lX11 -lxcb -lXau"
|
||||
cookbook_configure --without-present
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user