summaryrefslogtreecommitdiffstats
path: root/rules/gst-plugins-base.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/gst-plugins-base.in')
-rw-r--r--rules/gst-plugins-base.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/rules/gst-plugins-base.in b/rules/gst-plugins-base.in
index 91517ba10..2c169ec79 100644
--- a/rules/gst-plugins-base.in
+++ b/rules/gst-plugins-base.in
@@ -9,9 +9,10 @@ menuconfig GST_PLUGINS_BASE
select PANGO if GST_PLUGINS_BASE__PANGO
# FIXME: why do we need freetype?
select FREETYPE
- # x features need libx11
+ # x features need libx11 + Xv
select XORG if GST_PLUGINS_BASE__X
select XORG_LIB_X11 if GST_PLUGINS_BASE__X
+ select XORG_LIB_XV if GST_PLUGINS_BASE__X
prompt "gst-plugins-base "
help
FIXME