summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.18.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.18.5.bb')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.18.5.bb12
1 files changed, 2 insertions, 10 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 a32805d129..045aea4409 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,14 +21,6 @@ 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"
24GIR_MESON_OPTION = ""
24 25
25inherit meson pkgconfig distutils3-base upstream-version-is-even features_check 26inherit meson pkgconfig distutils3-base upstream-version-is-even gobject-introspection 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"