summaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2022-12-30 15:12:10 +0100
committerKhem Raj <raj.khem@gmail.com>2022-12-31 10:40:31 -0800
commit4b67b16ff01d9cee14abf834eae36d5a0a5c75fd (patch)
tree503427ad49e3b8ede5f61f747ab8e0b94cc069f0 /meta-gnome
parent4a2305a474a9c0342a05085e373a35d439e2d761 (diff)
downloadmeta-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.bb16
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
38PACKAGECONFIG ??= "bluetooth nm ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" 38PACKAGECONFIG ??= "bluetooth nm ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
39PACKAGECONFIG[bluetooth] = ",,gnome-bluetooth" 39PACKAGECONFIG[bluetooth] = ",,gnome-bluetooth"
40PACKAGECONFIG[nm] = "-Dnetworkmanager=true, -Dnetworkmanager=false, networkmanager" 40PACKAGECONFIG[nm] = "-Dnetworkmanager=true, -Dnetworkmanager=false,networkmanager,networkmanager"
41PACKAGECONFIG[systemd] = "-Dsystemd=true, -Dsystemd=false, systemd" 41PACKAGECONFIG[systemd] = "-Dsystemd=true, -Dsystemd=false, systemd"
42 42
43EXTRA_OEMESON = " \ 43EXTRA_OEMESON = " \
@@ -65,7 +65,19 @@ FILES:${PN} += " \
65 ${systemd_user_unitdir} \ 65 ${systemd_user_unitdir} \
66" 66"
67 67
68RDEPENDS:${PN} += "gnome-desktop gsettings-desktop-schemas gdm-base librsvg-gtk ${PN}-gsettings" 68RDEPENDS:${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
70PACKAGES =+ "${PN}-tools ${PN}-gsettings" 82PACKAGES =+ "${PN}-tools ${PN}-gsettings"
71FILES:${PN}-tools = "${bindir}/*-tool" 83FILES:${PN}-tools = "${bindir}/*-tool"