mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-01 09:08:42 +08:00
20 lines
437 B
TOML
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",
|
|
]
|