comparison configure @ 32286:62828818e3d4

Move xmga check after X11, which xmga requires.
author diego
date Sun, 26 Sep 2010 20:51:30 +0000
parents 150de764e80b
children a27f96e11216
comparison
equal deleted inserted replaced
32285:150de764e80b 32286:62828818e3d4
4106 def_mga='#undef CONFIG_MGA' 4106 def_mga='#undef CONFIG_MGA'
4107 novomodules="mga $novomodules" 4107 novomodules="mga $novomodules"
4108 fi 4108 fi
4109 echores "$_mga" 4109 echores "$_mga"
4110 4110
4111 echocheck "xmga"
4112 if test "$_xmga" = auto ; then
4113 _xmga=no
4114 test "$_x11" = yes && test "$_mga" = yes && _xmga=yes
4115 fi
4116 if test "$_xmga" = yes ; then
4117 def_xmga='#define CONFIG_XMGA 1'
4118 vomodules="xmga $vomodules"
4119 else
4120 def_xmga='#undef CONFIG_XMGA'
4121 novomodules="xmga $novomodules"
4122 fi
4123 echores "$_xmga"
4124
4125 4111
4126 echocheck "tdfxfb" 4112 echocheck "tdfxfb"
4127 if test "$_tdfxfb" = yes ; then 4113 if test "$_tdfxfb" = yes ; then
4128 def_tdfxfb='#define CONFIG_TDFXFB 1' 4114 def_tdfxfb='#define CONFIG_TDFXFB 1'
4129 vomodules="tdfxfb $vomodules" 4115 vomodules="tdfxfb $vomodules"
4551 vomodules="dga $vomodules" 4537 vomodules="dga $vomodules"
4552 else 4538 else
4553 novomodules="dga $novomodules" 4539 novomodules="dga $novomodules"
4554 fi 4540 fi
4555 echores "$_dga" 4541 echores "$_dga"
4542
4543
4544 echocheck "xmga"
4545 if test "$_xmga" = auto ; then
4546 _xmga=no
4547 test "$_x11" = yes && test "$_mga" = yes && _xmga=yes
4548 fi
4549 if test "$_xmga" = yes ; then
4550 def_xmga='#define CONFIG_XMGA 1'
4551 vomodules="xmga $vomodules"
4552 else
4553 def_xmga='#undef CONFIG_XMGA'
4554 novomodules="xmga $novomodules"
4555 fi
4556 echores "$_xmga"
4556 4557
4557 4558
4558 echocheck "3dfx" 4559 echocheck "3dfx"
4559 if test "$_3dfx" = yes && test "$_dga" = yes ; then 4560 if test "$_3dfx" = yes && test "$_dga" = yes ; then
4560 def_3dfx='#define CONFIG_3DFX 1' 4561 def_3dfx='#define CONFIG_3DFX 1'