mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 23:05:34 +01:00
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:
parent
e30a2566ff
commit
df47d871c7
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user