diff options
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.18.5.bb | 12 |
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 |
23 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" | 23 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" |
24 | GIR_MESON_OPTION = "" | ||
24 | 25 | ||
25 | inherit meson pkgconfig distutils3-base upstream-version-is-even features_check | 26 | inherit 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. | ||
29 | DEPENDS: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. | ||
33 | DEPENDS:append:class-native = " gobject-introspection-native" | ||
34 | DEPENDS:append:class-nativesdk = " gobject-introspection-native" | ||