diff options
Diffstat (limited to 'meta')
-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" | |||
7 | 7 | ||
8 | inherit autotools pkgconfig upstream-version-is-even | 8 | inherit autotools pkgconfig upstream-version-is-even |
9 | 9 | ||
10 | GSTREAMER_1_0_DEBUG ?= "--disable-debug" | ||
11 | EXTRA_OECONF = "--disable-valgrind ${GSTREAMER_1_0_DEBUG} --disable-examples " | ||
12 | |||
13 | acpaths = "-I ${S}/common/m4 -I ${S}/m4" | 10 | acpaths = "-I ${S}/common/m4 -I ${S}/m4" |
14 | 11 | ||
15 | LIBV = "1.0" | 12 | LIBV = "1.0" |
16 | require gst-plugins-package.inc | 13 | require gst-plugins-package.inc |
17 | 14 | ||
15 | PACKAGECONFIG[debug] = "--enable-debug,--disable-debug" | ||
18 | PACKAGECONFIG[orc] = "--enable-orc,--disable-orc,orc orc-native" | 16 | PACKAGECONFIG[orc] = "--enable-orc,--disable-orc,orc orc-native" |
17 | PACKAGECONFIG[valgrind] = "--enable-valgrind,--disable-valgrind,valgrind" | ||
19 | 18 | ||
20 | export ORCC = "${STAGING_DIR_NATIVE}${bindir}/orcc" | 19 | export ORCC = "${STAGING_DIR_NATIVE}${bindir}/orcc" |
21 | 20 | ||
21 | EXTRA_OECONF = " \ | ||
22 | --disable-examples \ | ||
23 | " | ||
24 | |||
22 | PACKAGES_DYNAMIC = "^${PN}-.*" | 25 | PACKAGES_DYNAMIC = "^${PN}-.*" |
23 | 26 | ||
24 | # apply gstreamer hack after Makefile.in.in in source is replaced by our version from | 27 | # apply gstreamer hack after Makefile.in.in in source is replaced by our version from |