mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 22:04:19 +08:00
9 lines
229 B
TOML
9 lines
229 B
TOML
#TODO probably wrong template, see https://gitlab.gnome.org/GNOME/glibmm#building
|
|
[source]
|
|
tar = "https://download.gnome.org/sources/glibmm/2.78/glibmm-2.78.0.tar.xz"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"glib",
|
|
]
|