mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-05 19:18:43 +08:00
25 lines
471 B
TOML
25 lines
471 B
TOML
[source]
|
|
tar = "https://www.x.org/releases/individual/lib/libXi-1.8.2.tar.xz"
|
|
blake3 = "8f0acdd884dc928c6c8bc4b6bca1f4c67c726fdb03e30910c09bdb41fd841d3e"
|
|
script = """
|
|
DYNAMIC_INIT
|
|
autotools_recursive_regenerate
|
|
"""
|
|
|
|
[build]
|
|
dependencies = [
|
|
"libpthread-stubs",
|
|
"libx11",
|
|
"libxau",
|
|
"libxcb",
|
|
"libxext",
|
|
"libxfixes",
|
|
"x11proto",
|
|
"xextproto",
|
|
]
|
|
template = "custom"
|
|
script = """
|
|
DYNAMIC_INIT
|
|
cookbook_configure --enable-malloc0returnsnull
|
|
"""
|