mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-10-22 15:03:59 +02:00
system-config-printer: fix REQUIRED_DISTRO_FEATURES gobject-introspection-data
This reverts the commit df47d871c7
.
The correct DISTRO_FEATURE is gobject-introspection-data,
which shall also be used by firewalld.
Signed-off-by: Petr Gotthard <petr.gotthard@advantech.cz>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
e1cbc611a5
commit
1955d0f140
|
@ -9,7 +9,7 @@ S = "${WORKDIR}/git"
|
|||
|
||||
inherit autotools gettext pkgconfig python3native features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data gobject-introspection"
|
||||
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
|
||||
|
||||
DEPENDS = "cups glib-2.0 libusb xmlto-native desktop-file-utils-native autoconf-archive-native"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user