diff options
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc index d8532ac62d..a552653d5f 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc @@ -7,18 +7,21 @@ DEPENDS = "gstreamer1.0 glib-2.0-native" inherit autotools pkgconfig upstream-version-is-even -GSTREAMER_1_0_DEBUG ?= "--disable-debug" -EXTRA_OECONF = "--disable-valgrind ${GSTREAMER_1_0_DEBUG} --disable-examples " - acpaths = "-I ${S}/common/m4 -I ${S}/m4" LIBV = "1.0" require gst-plugins-package.inc +PACKAGECONFIG[debug] = "--enable-debug,--disable-debug" PACKAGECONFIG[orc] = "--enable-orc,--disable-orc,orc orc-native" +PACKAGECONFIG[valgrind] = "--enable-valgrind,--disable-valgrind,valgrind" export ORCC = "${STAGING_DIR_NATIVE}${bindir}/orcc" +EXTRA_OECONF = " \ + --disable-examples \ +" + PACKAGES_DYNAMIC = "^${PN}-.*" # apply gstreamer hack after Makefile.in.in in source is replaced by our version from |