summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-multimedia/gstreamer')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.16.1.bb6
1 files changed, 2 insertions, 4 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.16.1.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.16.1.bb
index c722f028b3..b770ec060e 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.16.1.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.16.1.bb
@@ -18,11 +18,9 @@ S = "${WORKDIR}/${PNREAL}-${PV}"
18 18
19# gobject-introspection is mandatory and cannot be configured 19# gobject-introspection is mandatory and cannot be configured
20REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" 20REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
21UNKNOWN_CONFIGURE_WHITELIST_append = " --enable-introspection --disable-introspection" 21UNKNOWN_CONFIGURE_WHITELIST_append = " introspection"
22 22
23inherit autotools pkgconfig distutils3-base upstream-version-is-even gobject-introspection features_check 23inherit meson pkgconfig distutils3-base upstream-version-is-even gobject-introspection features_check
24
25EXTRA_OECONF += "--with-libpython-dir=${libdir}"
26 24
27do_install_append() { 25do_install_append() {
28 26