aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2022-01-02 00:00:31 +0100
committerKhem Raj <raj.khem@gmail.com>2022-01-05 11:10:02 -0800
commitfd17b9ddd9db199c756fd4ca747949402d4482e1 (patch)
treed062313f9cecf2532b692374acd6d2ffd224153a
parent79a08a94b1cd5a4714ba60b876fb08b431fe13e3 (diff)
downloadmeta-openembedded-contrib-fd17b9ddd9db199c756fd4ca747949402d4482e1.tar.gz
gnome-shell: Add gnome-desktop to RDEPENDS
Without this only gnome-desktop libs are installed and gnome-shell complains for missing 'GnomeDesktop' typelib. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-gnome/recipes-gnome/gnome-shell/gnome-shell_41.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_41.2.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_41.2.bb
index 79d076e0e2..7a438e4c60 100644
--- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_41.2.bb
+++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_41.2.bb
@@ -62,7 +62,7 @@ FILES:${PN} += " \
${systemd_user_unitdir} \
"
-RDEPENDS:${PN} += "gsettings-desktop-schemas gdm-base librsvg-gtk ${PN}-gsettings"
+RDEPENDS:${PN} += "gnome-desktop gsettings-desktop-schemas gdm-base librsvg-gtk ${PN}-gsettings"
PACKAGES =+ "${PN}-tools ${PN}-gsettings"
FILES:${PN}-tools = "${bindir}/*-tool"