mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-09 21:18:41 +08:00
20 lines
417 B
TOML
20 lines
417 B
TOML
[source]
|
|
tar = "http://www.freedesktop.org/software/startup-notification/releases/startup-notification-0.12.tar.gz"
|
|
blake3 = "134131fdd210d2eaef76eda9826b4a832807aac231dba334f157751ed1d6da36"
|
|
script = """
|
|
DYNAMIC_INIT
|
|
autotools_recursive_regenerate
|
|
"""
|
|
|
|
[build]
|
|
dependencies = [
|
|
"libice",
|
|
"libx11",
|
|
"xcb-util",
|
|
]
|
|
template = "custom"
|
|
script = """
|
|
DYNAMIC_INIT
|
|
cookbook_configure lf_cv_sane_realloc=yes
|
|
"""
|