diff options
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer_0.10.36.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer_0.10.36.bb b/meta/recipes-multimedia/gstreamer/gstreamer_0.10.36.bb index 90b1982aab..4282f071b0 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer_0.10.36.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer_0.10.36.bb | |||
@@ -21,7 +21,11 @@ SRC_URI[sha256sum] = "e556a529e0a8cf1cd0afd0cab2af5488c9524e7c3f409de29b5d82bb41 | |||
21 | inherit autotools pkgconfig gettext | 21 | inherit autotools pkgconfig gettext |
22 | 22 | ||
23 | GSTREAMER_DEBUG ?= "--disable-debug" | 23 | GSTREAMER_DEBUG ?= "--disable-debug" |
24 | EXTRA_OECONF = "--disable-docs-build --disable-dependency-tracking --with-check=no --disable-examples --disable-tests --disable-valgrind ${GSTREAMER_DEBUG}" | 24 | EXTRA_OECONF = "--disable-docbook --disable-gtk-doc \ |
25 | --disable-dependency-tracking --disable-check \ | ||
26 | --disable-examples --disable-tests \ | ||
27 | --disable-valgrind ${GSTREAMER_DEBUG} \ | ||
28 | " | ||
25 | 29 | ||
26 | # apply gstreamer hack after Makefile.in.in in source is replaced by our version from | 30 | # apply gstreamer hack after Makefile.in.in in source is replaced by our version from |
27 | # ${STAGING_DATADIR_NATIVE}/gettext/po/Makefile.in.in, but before configure is executed | 31 | # ${STAGING_DATADIR_NATIVE}/gettext/po/Makefile.in.in, but before configure is executed |