summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.18.5.bb12
1 files changed, 10 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.18.5.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.18.5.bb
index 74dd15b3eb..a32805d129 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.18.5.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.18.5.bb
@@ -21,6 +21,14 @@ EXTRA_OEMESON += "-Dlibpython-dir=${libdir}"
21 21
22# gobject-introspection is mandatory and cannot be configured 22# gobject-introspection is mandatory and cannot be configured
23REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" 23REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
24UNKNOWN_CONFIGURE_WHITELIST:append = " introspection"
25 24
26inherit meson pkgconfig distutils3-base upstream-version-is-even gobject-introspection features_check 25inherit meson pkgconfig distutils3-base upstream-version-is-even features_check
26
27# Generating introspection data depends on a combination of native and target
28# introspection tools, and qemu to run the target tools.
29DEPENDS:append:class-target = " gobject-introspection gobject-introspection-native qemu-native prelink-native"
30
31# Even though introspection is disabled on -native, gobject-introspection package is still
32# needed for m4 macros.
33DEPENDS:append:class-native = " gobject-introspection-native"
34DEPENDS:append:class-nativesdk = " gobject-introspection-native"