mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-05 02:58:42 +08:00
13 lines
333 B
TOML
13 lines
333 B
TOML
#TODO missing script for Meson, see https://gnome.pages.gitlab.gnome.org/gtkmm-documentation/sec-install-unix-and-linux.html
|
|
[source]
|
|
tar = "https://download.gnome.org/sources/gtkmm/3.24/gtkmm-3.24.8.tar.xz"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"libsigc++",
|
|
"gtk3",
|
|
"glibmm",
|
|
"cairomm-1.0+",
|
|
"pangomm",
|
|
]
|