mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 23:04:19 +08:00
23 lines
403 B
TOML
23 lines
403 B
TOML
[source]
|
|
tar = "https://download.gnome.org/sources/glib/2.82/glib-2.82.5.tar.xz"
|
|
blake3 = "9f5b4a12c6f328b167e81f457319f199acbaa02a63107d698ee9953193740b5f"
|
|
patches = [
|
|
"redox.patch"
|
|
]
|
|
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"gettext",
|
|
"libffi",
|
|
"libiconv",
|
|
"pcre2",
|
|
"zlib",
|
|
]
|
|
script = """
|
|
DYNAMIC_INIT
|
|
cookbook_meson \
|
|
-Ddefault_library=shared \
|
|
-Dxattr=false
|
|
"""
|