summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-05-24 16:18:05 -0700
committerKhem Raj <raj.khem@gmail.com>2023-05-25 08:56:32 -0700
commitdf47d871c7f3bbe3fdd8b0ed7230d3bfb8daf6fd (patch)
tree87e241c36eb589c8ba0d1e9fe449f475f7957158 /meta-networking
parente30a2566ff264dfdc3ccd871082646049a8eb72d (diff)
downloadmeta-openembedded-df47d871c7f3bbe3fdd8b0ed7230d3bfb8daf6fd.tar.gz
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>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/dynamic-layers/meta-python/recipes-printing/system-config-printer/system-config-printer_1.5.18.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/dynamic-layers/meta-python/recipes-printing/system-config-printer/system-config-printer_1.5.18.bb b/meta-networking/dynamic-layers/meta-python/recipes-printing/system-config-printer/system-config-printer_1.5.18.bb
index f0ff24f376..b636ad079a 100644
--- a/meta-networking/dynamic-layers/meta-python/recipes-printing/system-config-printer/system-config-printer_1.5.18.bb
+++ b/meta-networking/dynamic-layers/meta-python/recipes-printing/system-config-printer/system-config-printer_1.5.18.bb
@@ -9,7 +9,7 @@ S = "${WORKDIR}/git"
9 9
10inherit autotools gettext pkgconfig python3native features_check 10inherit autotools gettext pkgconfig python3native features_check
11 11
12REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" 12REQUIRED_DISTRO_FEATURES = "gobject-introspection-data gobject-introspection"
13 13
14DEPENDS = "cups glib-2.0 libusb xmlto-native desktop-file-utils-native autoconf-archive-native" 14DEPENDS = "cups glib-2.0 libusb xmlto-native desktop-file-utils-native autoconf-archive-native"
15 15