redox/recipes/wip/gnome/gnome-shell/recipe.toml
2026-06-15 17:22:31 -03:00

17 lines
509 B
TOML

#TODO discover minimum dependencies from meson log
# build instructions: https://gitlab.gnome.org/GNOME/gnome-shell/-/blob/gnome-49/docs/building-and-running.md
[source]
tar = "https://download.gnome.org/sources/gnome-shell/49/gnome-shell-49.7.tar.xz"
[build]
template = "meson"
mesonflags = [
"-Dcamera_monitor=false",
"-Dextensions_tool=false",
"-Dextensions_app=false",
"-Dman=false",
"-Dtests=false",
"-Dnetworkmanager=false",
"-Dportal_helper=false",
"-Dsystemd=false",
]