mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 05:44:17 +08:00
24 lines
478 B
TOML
24 lines
478 B
TOML
[source]
|
|
tar = "https://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/2.44/gdk-pixbuf-2.44.4.tar.xz"
|
|
blake3 = "94db7bebffbd6be84a1b58a05771e411e9f7c16b06d73fcedaf0e6c0e552be9c"
|
|
patches = ["redox.patch"]
|
|
|
|
[build]
|
|
dependencies = [
|
|
"gettext",
|
|
"glib",
|
|
"libffi",
|
|
"libiconv",
|
|
"libjpeg",
|
|
"libpng",
|
|
"pcre2",
|
|
"shared-mime-info",
|
|
"zlib",
|
|
]
|
|
template = "meson"
|
|
mesonflags = [
|
|
"-Dbuiltin_loaders=all",
|
|
"-Dinstalled_tests=false",
|
|
"-Dman=false",
|
|
]
|