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>
This commit is contained in:
Andreas Müller 2021-11-03 18:20:09 +01:00 committed by Khem Raj
parent fce137d50b
commit ec77ca2881

View File

@ -26,6 +26,7 @@ DEPENDS = " \
libgtop \
gsound \
libpwquality \
libhandy \
"
REQUIRED_DISTRO_FEATURES += "polkit pulseaudio systemd x11"