system-config-printer: Check for gobject-introspection as well in distro features

firewalld is only enabled when gobject-introspection is in distro
features which is required package to build system-config-printer

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2023-05-24 16:18:05 -07:00
parent e30a2566ff
commit df47d871c7

View File

@ -9,7 +9,7 @@ S = "${WORKDIR}/git"
inherit autotools gettext pkgconfig python3native features_check
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data gobject-introspection"
DEPENDS = "cups glib-2.0 libusb xmlto-native desktop-file-utils-native autoconf-archive-native"