mirror of https://github.com/mpv-player/mpv
DGA works only with x11
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14672 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
b8434279d1
commit
09be819658
|
@ -3592,6 +3592,9 @@ fi
|
||||||
echores "$_xf86keysym"
|
echores "$_xf86keysym"
|
||||||
|
|
||||||
echocheck "DGA"
|
echocheck "DGA"
|
||||||
|
if test "$_x11" = no ; then
|
||||||
|
_dga=no
|
||||||
|
fi
|
||||||
# Version 2 is preferred to version 1 if available
|
# Version 2 is preferred to version 1 if available
|
||||||
if test "$_dga" = auto ; then
|
if test "$_dga" = auto ; then
|
||||||
cat > $TMPC << EOF
|
cat > $TMPC << EOF
|
||||||
|
|
Loading…
Reference in New Issue