mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
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
1 changed files with 5 additions and 1 deletions
|
@ -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* )
|
||||
|
|
Loading…
Reference in a new issue