Signed-off-by: Peter Seiderer <ps.report@gmx.net>
[Thomas: remove "default n", simplify option prompt.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
if BR2_PACKAGE_GSTREAMER1
+config BR2_PACKAGE_GSTREAMER1_CHECK
+ bool "enable unit test libraries"
+ help
+ Enable building unit test libraries for gstreamer.
+
config BR2_PACKAGE_GSTREAMER1_PARSE
bool "enable command-line parser"
default y
--disable-failing-tests \
--disable-valgrind \
--disable-benchmarks \
- --disable-check \
+ $(if $(BR2_PACKAGE_GSTREAMER1_CHECK),,--disable-check) \
$(if $(BR2_PACKAGE_GSTREAMER1_TRACE),,--disable-trace) \
$(if $(BR2_PACKAGE_GSTREAMER1_PARSE),,--disable-parse) \
$(if $(BR2_PACKAGE_GSTREAMER1_GST_DEBUG),,--disable-gst-debug) \