summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass')
-rw-r--r--eclass/gstreamer-meson.eclass4
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/gstreamer-meson.eclass b/eclass/gstreamer-meson.eclass
index b276b7c1fb41..da514129a5ae 100644
--- a/eclass/gstreamer-meson.eclass
+++ b/eclass/gstreamer-meson.eclass
@@ -318,7 +318,9 @@ gstreamer_multilib_src_configure() {
gst_conf+=( -Dintrospection=$(multilib_native_usex introspection enabled disabled) )
else
gst_conf+=( -Dintrospection=disabled )
- eqawarn "QA: IUSE=introspection is missing while plugin supports it"
+ if [[ "${PN}" == "${GST_ORG_MODULE}" ]]; then
+ eqawarn "QA: IUSE=introspection is missing while package supports it"
+ fi
fi
else
if in_iuse introspection ; then