mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-30 16:48:45 +08:00
25 lines
468 B
TOML
25 lines
468 B
TOML
[source]
|
|
tar = "https://www.x.org/releases/individual/lib/libXt-1.3.1.tar.xz"
|
|
blake3 = "fbf21683ce3e6d104529289254977bb08b355ecf7a36c763e8369acf85f15f24"
|
|
script = """
|
|
DYNAMIC_INIT
|
|
autotools_recursive_regenerate
|
|
"""
|
|
|
|
[build]
|
|
dependencies = [
|
|
"libice",
|
|
"libpthread-stubs",
|
|
"libsm",
|
|
"libx11",
|
|
"libxau",
|
|
"libxcb",
|
|
"x11proto",
|
|
"x11proto-kb",
|
|
]
|
|
template = "custom"
|
|
script = """
|
|
DYNAMIC_INIT
|
|
cookbook_configure --enable-malloc0returnsnull
|
|
"""
|