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

20 lines
437 B
TOML

#TODO probably missing dependencies, see https://docs.gtk.org/gtk3/building.html#dependencies
#TODO port to Orbital
[source]
tar = "https://download.gnome.org/sources/gtk+/3.24/gtk%2B-3.24.37.tar.xz"
[build]
template = "configure"
dependencies = [
"glib",
"gdk-pixbuf",
"pango",
"cairo",
"libepoxy",
"atk",
"gobject-introspection",
"shared-mime-info",
"graphene",
"libwayland",
"gstreamer",
]