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:
parent
0ae0bfcbc7
commit
a26b8fdceb
@ -705,7 +705,11 @@ HAVE_GLES2=no
|
|||||||
HAVE_GLU=no
|
HAVE_GLU=no
|
||||||
HAVE_GNUSTEP_COCOA=no
|
HAVE_GNUSTEP_COCOA=no
|
||||||
HAVE_WAYLAND_EGL=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
|
case $host in
|
||||||
*-mingw32* )
|
*-mingw32* )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user