summaryrefslogtreecommitdiffstats
path: root/rules/gstreamer1.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2015-12-28 02:01:34 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-01-12 14:47:43 +0100
commit6fcbb94d2e36b82293c0fc7a64782d7f61d6c1bd (patch)
tree0db7e4c98dcf6d35c48353f440379e956cdae1e2 /rules/gstreamer1.in
parentb0411a799ccdaa1242b68b69c33659cc8a6df7d7 (diff)
downloadptxdist-6fcbb94d2e36b82293c0fc7a64782d7f61d6c1bd.tar.gz
ptxdist-6fcbb94d2e36b82293c0fc7a64782d7f61d6c1bd.tar.xz
gstreamer1: add introspection support
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/gstreamer1.in')
-rw-r--r--rules/gstreamer1.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/rules/gstreamer1.in b/rules/gstreamer1.in
index f941d5943..657e8f66a 100644
--- a/rules/gstreamer1.in
+++ b/rules/gstreamer1.in
@@ -6,6 +6,7 @@ menuconfig GSTREAMER1
select LIBC_M
select GLIB
select HOST_FLEX
+ select GOBJECT_INTROSPECTION if GSTREAMER1_INTROSPECTION
help
GStreamer is a streaming media framework, based on graphs of
filters which operate on media data. Applications using this
@@ -17,6 +18,10 @@ menuconfig GSTREAMER1
if GSTREAMER1
+ config GSTREAMER1_INTROSPECTION
+ bool
+ default GOBJECT_INTROSPECTION_HELPER
+
comment "compile options"
config GSTREAMER1_DEBUG