changeset 30184:9725a1980fc9

Move MatrixView video output check below OpenGL check, it depends on OpenGL. patch by Francesco Lavra, francescolavra interfree it
author diego
date Tue, 05 Jan 2010 10:54:41 +0000
parents 53bd22d8b3f7
children a93689bff078
files configure
diffstat 1 files changed, 14 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Tue Jan 05 10:52:12 2010 +0000
+++ b/configure	Tue Jan 05 10:54:41 2010 +0000
@@ -4607,19 +4607,6 @@
 fi
 echores "$_mga"
 
-echocheck "MatrixView"
-if test "$_gl" = no ; then
-  matrixview=no
-fi
-if test "$matrixview" = yes ; then
-  _vomodules="matrixview $_vomodules"
-  def_matrixview='#define CONFIG_MATRIXVIEW 1'
-else
-  _novomodules="matrixview $_novomodules"
-  def_matrixview='#undef CONFIG_MATRIXVIEW'
-fi
-echores "$matrixview"
-
 echocheck "xmga"
 if test "$_xmga" = auto ; then
   _xmga=no
@@ -4983,6 +4970,20 @@
 echores "$_gl"
 
 
+echocheck "MatrixView"
+if test "$_gl" = no ; then
+  matrixview=no
+fi
+if test "$matrixview" = yes ; then
+  _vomodules="matrixview $_vomodules"
+  def_matrixview='#define CONFIG_MATRIXVIEW 1'
+else
+  _novomodules="matrixview $_novomodules"
+  def_matrixview='#undef CONFIG_MATRIXVIEW'
+fi
+echores "$matrixview"
+
+
 echocheck "PNG support"
 if test "$_png" = auto ; then
   _png=no