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