aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2021-11-03 18:20:09 +0100
committerKhem Raj <raj.khem@gmail.com>2021-11-04 06:52:50 -0700
commitec77ca2881bf71e4b8b01025430b379202228283 (patch)
treeb75c034bffe3283215686464cfb043834b8e6f34 /meta-gnome
parentfce137d50bdcac563effd5d5acc77ba3e28d8aaa (diff)
downloadmeta-openembedded-contrib-ec77ca2881bf71e4b8b01025430b379202228283.tar.gz
gnome-control-center: Add libhandy to DEPENDS
If gnome-control-center does not find libhandy, it installs one. This leads to clash in do_rootfs. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_41.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_41.1.bb b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_41.1.bb
index b7a9ec9ae8..80d49d95b1 100644
--- a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_41.1.bb
+++ b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_41.1.bb
@@ -26,6 +26,7 @@ DEPENDS = " \
libgtop \
gsound \
libpwquality \
+ libhandy \
"
REQUIRED_DISTRO_FEATURES += "polkit pulseaudio systemd x11"