redox/recipes/wip/x11/xinit/recipe.toml
Anhad Singh b17dd28e62
misc(recipes): remove DYNAMIC_INIT from source scripts
`autotools_recursive_regenerate` is now defined regardless of
`DYNAMIC_INIT`.

Signed-off-by: Anhad Singh <andypython@protonmail.com>
2026-02-04 18:27:55 +11:00

22 lines
407 B
TOML

[source]
tar = "https://www.x.org/releases/individual/app/xinit-1.4.4.tar.xz"
blake3 = "fe988bbff7c4a950256540ad8a469fed1cdbe11439ba738b9714ee2de16f2a6c"
script = """
autotools_recursive_regenerate
"""
[build]
dependencies = [
"libpthread-stubs",
"libx11",
"libxau",
"libxcb",
"x11proto",
]
template = "custom"
script = """
DYNAMIC_INIT
export LIBS="-lxcb -lXau"
cookbook_configure
"""