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

15 lines
290 B
TOML

#TODO probably missing dependencies
#TODO port to Orbital
[source]
tar = "https://download.gnome.org/sources/gtk%2B/2.24/gtk%2B-2.24.33.tar.xz"
[build]
template = "configure"
dependencies = [
"glib",
"pango",
"gdk-pixbuf",
"atk",
"cairo",
"gobject-introspection",
]