summaryrefslogtreecommitdiffstats
path: root/rules/gstreamer1.in
diff options
context:
space:
mode:
authorMichael Tretter <m.tretter@pengutronix.de>2019-04-05 11:00:55 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-04-08 08:20:06 +0200
commitb72e86f7fd07fb2124d60ce68710e64b953a4539 (patch)
tree7840f8d5a726eacc5915f16ba796e8816c4b0c23 /rules/gstreamer1.in
parenta2c41c5de1da7970a0e4245016ced3ffa0451801 (diff)
downloadptxdist-b72e86f7fd07fb2124d60ce68710e64b953a4539.tar.gz
ptxdist-b72e86f7fd07fb2124d60ce68710e64b953a4539.tar.xz
gstreamer1: optionally install gstcheck library
The GStreamer unit test library provides helpers for writing unit tests for GStreamer elements. The library include GstCheck for building a test suite and GstHarness for feeding test data to elements. Notably, gst-check does not enable the internal GStreamer unit tests. Signed-off-by: Michael Tretter <m.tretter@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/gstreamer1.in')
-rw-r--r--rules/gstreamer1.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/rules/gstreamer1.in b/rules/gstreamer1.in
index 9fea4a903..d4d2949af 100644
--- a/rules/gstreamer1.in
+++ b/rules/gstreamer1.in
@@ -29,6 +29,10 @@ if GSTREAMER1
default y
prompt "enable debug support"
+ config GSTREAMER1_CHECK
+ bool
+ prompt "install gst-check library"
+
config GSTREAMER1_INSTALL_TOOLS
bool
default y