summaryrefslogtreecommitdiffstats
path: root/rules/gst-plugins-good.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-01-18 15:00:08 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-01-18 15:00:51 +0100
commitaca003886e576fc413e84a5c7bf49950d9c04cdc (patch)
tree4d99ec5d581cd48bed3750142b04b140b6a8d373 /rules/gst-plugins-good.make
parentab786f42b478aefeef626c536898a48ffe352829 (diff)
downloadptxdist-aca003886e576fc413e84a5c7bf49950d9c04cdc.tar.gz
ptxdist-aca003886e576fc413e84a5c7bf49950d9c04cdc.tar.xz
[gst-plugins-good] fix dependencies
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/gst-plugins-good.make')
-rw-r--r--rules/gst-plugins-good.make6
1 files changed, 6 insertions, 0 deletions
diff --git a/rules/gst-plugins-good.make b/rules/gst-plugins-good.make
index a8304be60..6c34a815f 100644
--- a/rules/gst-plugins-good.make
+++ b/rules/gst-plugins-good.make
@@ -164,6 +164,12 @@ ifneq ($(call remove_quotes,$(GST_PLUGINS_GOOD_ENABLEC-)),)
GST_PLUGINS_GOOD_CONF_OPT += --disable-$(subst $(space),$(space)--disable-,$(strip $(GST_PLUGINS_GOOD_ENABLEC-)))
endif
+ifdef PTXCONF_GST_PLUGINS_GOOD_GST_V4L2
+GST_PLUGINS_GOOD_CONF_OPT += --with-gudev
+else
+GST_PLUGINS_GOOD_CONF_OPT += --without-gudev
+endif
+
# ----------------------------------------------------------------------------
# Target-Install
# ----------------------------------------------------------------------------