mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-30 00:28:44 +08:00
11 lines
308 B
TOML
11 lines
308 B
TOML
#TODO not compiled or tested
|
|
# build instructions: https://gitlab.gnome.org/GNOME/gegl/-/blob/master/docs/development.adoc?ref_type=heads#user-content-debugging
|
|
[source]
|
|
tar = "https://download.gimp.org/pub/gegl/0.4/gegl-0.4.46.tar.xz"
|
|
[build]
|
|
template = "meson"
|
|
dependencies = [
|
|
"libpng",
|
|
"glib",
|
|
]
|