summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2010-05-19 12:42:42 +0000
committerphintuka <phintuka>2010-05-19 12:42:42 +0000
commit32c929ea8ba993a0d77627a163b11ae1670761c1 (patch)
tree7193bd2381c6129e9ea4b17cd91db52d37f82850
parent6755da9cb7723437d557c264afdbc71ab2b321e0 (diff)
downloadxineliboutput-32c929ea8ba993a0d77627a163b11ae1670761c1.tar.gz
xineliboutput-32c929ea8ba993a0d77627a163b11ae1670761c1.tar.bz2
Removed duplicate rule (disabled x11 -> ...)
-rwxr-xr-xconfigure3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure b/configure
index 29ab33c0..b733b092 100755
--- a/configure
+++ b/configure
@@ -7,7 +7,7 @@
# See the main source file 'xineliboutput.c' for copyright information and
# how to reach the author.
#
-# * $Id: configure,v 1.21 2010-03-12 12:07:22 phintuka Exp $
+# * $Id: configure,v 1.22 2010-05-19 12:42:42 phintuka Exp $
#
PKG_CONFIG="pkg-config"
@@ -320,7 +320,6 @@ done
check_deps(){
disabled libxine && disable x11 fb libavutil libjpeg
- disabled x11 && disable xshm xrender xrandr xdpms xinerama vdpau
disabled x11 && disable dbus-glib-1 xshm xrender xrandr xdpms xinerama vdpau
disabled vdr && disable libextractor
}