redox/recipes/wip/x11/libxft/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

27 lines
474 B
TOML

[source]
tar = "https://www.x.org/releases/individual/lib/libXft-2.3.9.tar.xz"
blake3 = "db5b642f7d5f1184d0975db36ae9f9fbd0a0c538a2288930fc034376374e83dc"
script = """
autotools_recursive_regenerate
"""
[build]
dependencies = [
"expat",
"fontconfig",
"freetype2",
"libpng",
"libpthread-stubs",
"libx11",
"libxau",
"libxcb",
"libxrender",
"x11proto",
"zlib",
]
template = "custom"
script = """
DYNAMIC_INIT
cookbook_configure
"""