summaryrefslogtreecommitdiffstats
path: root/rules/gst-plugins-base.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2008-11-01 16:11:19 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2008-11-01 16:11:19 +0000
commit3e330eeb5e6ba28d8ef2cfba1ff4845a48c02b2b (patch)
tree6ca229973a4d3ca5108157a45de9a64ffb6ecf6b /rules/gst-plugins-base.in
parent6ca567ff5cddf669e528e4c2e402b788060bd1d2 (diff)
downloadptxdist-3e330eeb5e6ba28d8ef2cfba1ff4845a48c02b2b.tar.gz
ptxdist-3e330eeb5e6ba28d8ef2cfba1ff4845a48c02b2b.tar.xz
* gst-plugins-base: fix x11 dependencies
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9038 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/gst-plugins-base.in')
-rw-r--r--rules/gst-plugins-base.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/rules/gst-plugins-base.in b/rules/gst-plugins-base.in
index 8053f9a1a..91517ba10 100644
--- a/rules/gst-plugins-base.in
+++ b/rules/gst-plugins-base.in
@@ -10,6 +10,7 @@ menuconfig GST_PLUGINS_BASE
# FIXME: why do we need freetype?
select FREETYPE
# x features need libx11
+ select XORG if GST_PLUGINS_BASE__X
select XORG_LIB_X11 if GST_PLUGINS_BASE__X
prompt "gst-plugins-base "
help
@@ -84,12 +85,14 @@ if GST_PLUGINS_BASE
config GST_PLUGINS_BASE__X
bool
- prompt "x"
+ prompt "x based plugins"
config GST_PLUGINS_BASE__XVIDEO
bool
depends on GST_PLUGINS_BASE__X
- prompt "xvideo"
+ prompt "xv"
+ help
+ This plugin offers an xlib based window that can display a video stream.
config GST_PLUGINS_BASE__XSHM
bool