diff options
author | Markus Volk <f_l_k@t-online.de> | 2022-12-30 15:12:10 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-12-31 10:40:31 -0800 |
commit | 4b67b16ff01d9cee14abf834eae36d5a0a5c75fd (patch) | |
tree | 503427ad49e3b8ede5f61f747ab8e0b94cc069f0 /meta-gnome | |
parent | 4a2305a474a9c0342a05085e373a35d439e2d761 (diff) | |
download | meta-openembedded-4b67b16ff01d9cee14abf834eae36d5a0a5c75fd.tar.gz |
gnome-shell: add missing RDEPENDS
Add enough runtime dependencies to make gnome-shell start from the terminal
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-shell/gnome-shell_43.1.bb | 16 |
1 files 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 | |||
37 | 37 | ||
38 | PACKAGECONFIG ??= "bluetooth nm ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" | 38 | PACKAGECONFIG ??= "bluetooth nm ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" |
39 | PACKAGECONFIG[bluetooth] = ",,gnome-bluetooth" | 39 | PACKAGECONFIG[bluetooth] = ",,gnome-bluetooth" |
40 | PACKAGECONFIG[nm] = "-Dnetworkmanager=true, -Dnetworkmanager=false, networkmanager" | 40 | PACKAGECONFIG[nm] = "-Dnetworkmanager=true, -Dnetworkmanager=false,networkmanager,networkmanager" |
41 | PACKAGECONFIG[systemd] = "-Dsystemd=true, -Dsystemd=false, systemd" | 41 | PACKAGECONFIG[systemd] = "-Dsystemd=true, -Dsystemd=false, systemd" |
42 | 42 | ||
43 | EXTRA_OEMESON = " \ | 43 | EXTRA_OEMESON = " \ |
@@ -65,7 +65,19 @@ FILES:${PN} += " \ | |||
65 | ${systemd_user_unitdir} \ | 65 | ${systemd_user_unitdir} \ |
66 | " | 66 | " |
67 | 67 | ||
68 | RDEPENDS:${PN} += "gnome-desktop gsettings-desktop-schemas gdm-base librsvg-gtk ${PN}-gsettings" | 68 | RDEPENDS:${PN} += " \ |
69 | accountsservice \ | ||
70 | gdm-base \ | ||
71 | gnome-control-center \ | ||
72 | gnome-backgrounds \ | ||
73 | gnome-bluetooth \ | ||
74 | gnome-desktop \ | ||
75 | gnome-session \ | ||
76 | gnome-settings-daemon \ | ||
77 | gnome-shell-gsettings \ | ||
78 | gsettings-desktop-schemas \ | ||
79 | librsvg-gtk \ | ||
80 | " | ||
69 | 81 | ||
70 | PACKAGES =+ "${PN}-tools ${PN}-gsettings" | 82 | PACKAGES =+ "${PN}-tools ${PN}-gsettings" |
71 | FILES:${PN}-tools = "${bindir}/*-tool" | 83 | FILES:${PN}-tools = "${bindir}/*-tool" |