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:
Petr Gotthard 2023-05-31 20:46:42 +00:00 committed by Khem Raj
parent e1cbc611a5
commit 1955d0f140

View File

@ -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"