gl: set HAVE_EGL_RPI to yes if HAVE_GL and RPI

Which fixes build on Raspberry Pi since -gl has been moved to -bad
This commit is contained in:
Julien Isorce 2014-03-17 12:32:26 +00:00
parent 0ae0bfcbc7
commit a26b8fdceb

View file

@ -705,7 +705,11 @@ HAVE_GLES2=no
HAVE_GLU=no
HAVE_GNUSTEP_COCOA=no
HAVE_WAYLAND_EGL=no
HAVE_EGL_RPI=no
HAVE_EGL_RPI="no"
if test x"$HAVE_EGL" = x"yes" -a x"$EGL_WINDOW_SYSTEM" = x"rpi"; then
HAVE_EGL_RPI="yes"
fi
case $host in
*-mingw32* )