]> code.ossystems Code Review - openembedded-core.git/commitdiff
gstreamer1.0: Make check selectable via PACKAGECONFIG
authorRicardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Fri, 8 May 2015 15:04:14 +0000 (17:04 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 9 May 2015 21:25:46 +0000 (22:25 +0100)
This way, this configuration can be easily changed via .bbappend file
without having to re-define the whole EXTRA_OECONF.

With --disable-check  libgstcheck is not build.

Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-multimedia/gstreamer/gstreamer1.0.inc

index 17a0d7f839c4ca098e7721666bef1cb5feff7e21..be8aa8f9cbb7474008a56f69d8701d7cf5443b83 100644 (file)
@@ -10,9 +10,10 @@ DEPENDS = "glib-2.0 libxml2 bison-native flex-native"
 inherit autotools pkgconfig gettext
 
 PACKAGECONFIG[debug] = "--enable-debug,--disable-debug"
+PACKAGECONFIG[check] = "--enable-check,--disable-check"
 
 EXTRA_OECONF = "--disable-docbook --disable-gtk-doc \
-                --disable-dependency-tracking --disable-check \
+                --disable-dependency-tracking \
                 --disable-examples --disable-tests \
                 --disable-valgrind \
                 "