From 4b67b16ff01d9cee14abf834eae36d5a0a5c75fd Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Fri, 30 Dec 2022 15:12:10 +0100 Subject: gnome-shell: add missing RDEPENDS Add enough runtime dependencies to make gnome-shell start from the terminal Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- meta-gnome/recipes-gnome/gnome-shell/gnome-shell_43.1.bb | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_43.1.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_43.1.bb index 980a7b5833..f75bad28b3 100644 --- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_43.1.bb +++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_43.1.bb @@ -37,7 +37,7 @@ SRC_URI += "file://0001-Introduce-options-gjs_path-to-optionally-set-path-to.pat PACKAGECONFIG ??= "bluetooth nm ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" PACKAGECONFIG[bluetooth] = ",,gnome-bluetooth" -PACKAGECONFIG[nm] = "-Dnetworkmanager=true, -Dnetworkmanager=false, networkmanager" +PACKAGECONFIG[nm] = "-Dnetworkmanager=true, -Dnetworkmanager=false,networkmanager,networkmanager" PACKAGECONFIG[systemd] = "-Dsystemd=true, -Dsystemd=false, systemd" EXTRA_OEMESON = " \ @@ -65,7 +65,19 @@ FILES:${PN} += " \ ${systemd_user_unitdir} \ " -RDEPENDS:${PN} += "gnome-desktop gsettings-desktop-schemas gdm-base librsvg-gtk ${PN}-gsettings" +RDEPENDS:${PN} += " \ + accountsservice \ + gdm-base \ + gnome-control-center \ + gnome-backgrounds \ + gnome-bluetooth \ + gnome-desktop \ + gnome-session \ + gnome-settings-daemon \ + gnome-shell-gsettings \ + gsettings-desktop-schemas \ + librsvg-gtk \ +" PACKAGES =+ "${PN}-tools ${PN}-gsettings" FILES:${PN}-tools = "${bindir}/*-tool" -- cgit v1.2.3-54-g00ecf