mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-17 16:58:44 +08:00
13 lines
350 B
TOML
13 lines
350 B
TOML
#TODO not compiled or tested
|
|
# build instructions: https://gitlab.gnome.org/GNOME/babl/-/blob/master/INSTALL.in?ref_type=heads
|
|
[source]
|
|
tar = "https://download.gimp.org/pub/babl/0.1/babl-0.1.124.tar.xz"
|
|
[build]
|
|
template = "meson"
|
|
mesonflags = [
|
|
"-Dwith-docs=false",
|
|
"-Denable-gir=false",
|
|
"-Denable-vapi=false",
|
|
"-Dgi-docgen=false",
|
|
]
|