redox/recipes/wip/libs/gtk3mm/recipe.toml
2024-02-22 03:31:34 +00:00

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