mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-05 19:18:43 +08:00
13 lines
334 B
TOML
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",
|
|
]
|