redox/recipes/wip/libs/gobject-introspection/recipe.toml
2024-02-16 21:58:07 +00:00

10 lines
275 B
TOML

#TODO missing script for Meson, see https://gi.readthedocs.io/en/latest/build_test.html
[source]
tar = "https://download.gnome.org/sources/gobject-introspection/1.76/gobject-introspection-1.76.1.tar.xz"
[build]
template = "custom"
dependencies = [
"cairo",
"glib",
]