configure: Remove unused Mali EGL/fbdev_window support
authorSebastian Dröge <sebastian@centricular.com>
Thu, 16 Feb 2017 18:08:35 +0000 (20:08 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 16 Feb 2017 18:09:40 +0000 (20:09 +0200)
This existed a long time ago but there's no actual code for this
anymore.

configure.ac
gst-libs/gst/gl/meson.build

index 4013b58..10b850d 100644 (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"
index 4231240..3b9d6dc 100644 (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