mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
22 lines
410 B
TOML
22 lines
410 B
TOML
[source]
|
|
tar = "https://www.x.org/releases/individual/lib/libX11-1.8.12.tar.xz"
|
|
blake3 = "5bf1c64733322b6a90d9bce8d2bd2d8117a4950955caa00d0cd7974d42571d1e"
|
|
script = """
|
|
autotools_recursive_regenerate
|
|
"""
|
|
|
|
[build]
|
|
dependencies = [
|
|
"libxcb",
|
|
]
|
|
dev-dependencies = [
|
|
"libxau",
|
|
"x11proto",
|
|
"xtrans",
|
|
]
|
|
template = "custom"
|
|
script = """
|
|
DYNAMIC_INIT
|
|
cookbook_configure --enable-malloc0returnsnull
|
|
"""
|