mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-30 00:28:44 +08:00
15 lines
290 B
TOML
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",
|
|
]
|