redox/recipes/wip/libs/gtk4/recipe.toml
2024-03-12 20:32:51 +00:00

21 lines
431 B
TOML

#TODO missing script for Meson, see https://docs.gtk.org/gtk4/building.html
#TODO port to Orbital
[source]
tar = "https://download.gnome.org/sources/gtk/4.11/gtk-4.11.2.tar.xz"
[build]
template = "custom"
dependencies = [
"glib",
"gdk-pixbuf",
"pango",
"cairo",
"libepoxy",
"atk",
"gobject-introspection",
"shared-mime-info",
"graphene",
"libwayland",
"libxkbcommon",
"gstreamer",
]