mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-29 16:18:44 +08:00
10 lines
275 B
TOML
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",
|
|
]
|