configure: Remove unused Mali EGL/fbdev_window support

This existed a long time ago but there's no actual code for this
anymore.
This commit is contained in:
Sebastian Dröge 2017-02-16 20:08:35 +02:00
parent f520eaa1b5
commit 0c902ff249
2 changed files with 1 additions and 28 deletions

View file

@ -713,33 +713,6 @@ case $host in
old_LIBS=$LIBS
old_CFLAGS=$CFLAGS
dnl FIXME: Mali EGL depends on GLESv1 or GLESv2
AC_CHECK_HEADER([EGL/fbdev_window.h],
[
LIBS="$LIBS -lUMP"
AC_CHECK_LIB([Mali], [mali_image_create],
[
LIBS="$LIBS -lMali"
AC_CHECK_LIB([GLESv2], [glEnable],
[
AC_CHECK_HEADER([GLES2/gl2.h],
[
AC_CHECK_LIB([EGL], [eglGetProcAddress],
[
AC_CHECK_HEADER([EGL/egl.h],
[
HAVE_EGL=yes
HAVE_GLES2=yes
EGL_LIBS="-lMali -lUMP"
EGL_CFLAGS=""
AC_DEFINE(USE_EGL_MALI_FB, [1], [Use Mali FB EGL platform])
])
])
])
])
])
])
dnl FIXME: EGL of RPi depends on GLESv1 or GLESv2
dnl FIXME: GLESv2 of RPi depends on EGL... WTF!
LIBS="$LIBS -lvcos -lvchiq_arm"

View file

@ -524,7 +524,7 @@ if host_machine.system() == 'darwin'
endif
# TODO: Add rest of gl config here.
# arm-mali, iOS, OS X, win32 specific support
# iOS, OS X, win32 specific support
build_gstgl = true
if gl_lib_deps.length() == 0