gstreamer1: add config option for building unit test libraries
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>
This commit is contained in:
parent
f0066a215d
commit
29458dca78
@ -16,6 +16,11 @@ config BR2_PACKAGE_GSTREAMER1
|
||||
|
||||
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
|
||||
|
@ -17,7 +17,7 @@ GSTREAMER1_CONF_OPTS = \
|
||||
--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) \
|
||||
|
Loading…
Reference in New Issue
Block a user