summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-01-18 14:56:38 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-01-18 15:00:45 +0100
commitab786f42b478aefeef626c536898a48ffe352829 (patch)
treeba15dd2ad35dbc092b019d523dcce834eb90bd80
parenta95c8bcbe309e5399029972ce786e3b1a9469093 (diff)
downloadptxdist-ab786f42b478aefeef626c536898a48ffe352829.tar.gz
ptxdist-ab786f42b478aefeef626c536898a48ffe352829.tar.xz
[gst-plugins-base] fix dependencies
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/gst-plugins-base.in2
-rw-r--r--rules/gst-plugins-base.make4
2 files changed, 4 insertions, 2 deletions
diff --git a/rules/gst-plugins-base.in b/rules/gst-plugins-base.in
index 21fff916e..282a6f6f4 100644
--- a/rules/gst-plugins-base.in
+++ b/rules/gst-plugins-base.in
@@ -12,6 +12,8 @@ menuconfig GST_PLUGINS_BASE
select LIBTHEORA if GST_PLUGINS_BASE_THEORA
select LIBVORBIS if GST_PLUGINS_BASE_VORBIS
select PANGO if GST_PLUGINS_BASE_PANGO
+ select UDEV if GST_PLUGINS_BASE_GST_V4L
+ select UDEV_LIBGUDEV if GST_PLUGINS_BASE_GST_V4L
# x features need libx11 + Xv
select XORG if GST_PLUGINS_BASE_X
diff --git a/rules/gst-plugins-base.make b/rules/gst-plugins-base.make
index b513d9a9b..e4519cdb9 100644
--- a/rules/gst-plugins-base.make
+++ b/rules/gst-plugins-base.make
@@ -167,9 +167,9 @@ else
GST_PLUGINS_BASE_AUTOCONF += --disable-xshm
endif
ifdef PTXCONF_GST_PLUGINS_BASE_GST_V4L
-GST_PLUGINS_BASE_AUTOCONF += --enable-gst_v4l
+GST_PLUGINS_BASE_AUTOCONF += --enable-gst_v4l --with-gudev
else
-GST_PLUGINS_BASE_AUTOCONF += --disable-gst_v4l
+GST_PLUGINS_BASE_AUTOCONF += --disable-gst_v4l --without-gudev
endif
ifdef PTXCONF_GST_PLUGINS_BASE_ALSA
GST_PLUGINS_BASE_AUTOCONF += --enable-alsa