redox/recipes/wip/libs/other/babl/recipe.toml
2026-03-15 10:23:46 -03:00

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",
]