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

13 lines
334 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/4.13/gtkmm-4.13.2.tar.xz"
[build]
template = "custom"
dependencies = [
"libsigc++",
"gtk4",
"glibmm",
"cairomm-1.16+",
"pangomm",
]