From 09be819658683f2ce357bb869a21ddeaa2f55d86 Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 6 Feb 2005 20:56:16 +0000 Subject: [PATCH] DGA works only with x11 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14672 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 3 +++ 1 file changed, 3 insertions(+) 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