summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-02-06 20:56:16 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-02-06 20:56:16 +0000
commit09be819658683f2ce357bb869a21ddeaa2f55d86 (patch)
treeeefa2c21ca372e89edb74567e8ca85536c8abbb3 /configure
parentb8434279d1e985394f2b61b30b2ce8dbe5658a7d (diff)
downloadmpv-09be819658683f2ce357bb869a21ddeaa2f55d86.tar.bz2
mpv-09be819658683f2ce357bb869a21ddeaa2f55d86.tar.xz
DGA works only with x11
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14672 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 182d042248..5316623b3c 100755
--- a/configure
+++ b/configure
@@ -3592,6 +3592,9 @@ fi
echores "$_xf86keysym"
echocheck "DGA"
+if test "$_x11" = no ; then
+ _dga=no
+fi
# Version 2 is preferred to version 1 if available
if test "$_dga" = auto ; then
cat > $TMPC << EOF