# HG changeset patch # User diego # Date 1262688881 0 # Node ID 9725a1980fc9d42866b88fe290c5cc79177609f0 # Parent 53bd22d8b3f75eb66d04c19b792ea173b18a1fe9 Move MatrixView video output check below OpenGL check, it depends on OpenGL. patch by Francesco Lavra, francescolavra interfree it diff -r 53bd22d8b3f7 -r 9725a1980fc9 configure --- 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