Mesa (master): android: egl: do not link against libglapi

Emil Velikov evelikov at kemper.freedesktop.org
Tue Jun 23 16:07:39 UTC 2015


Module: Mesa
Branch: master
Commit: 59f8d4ee793a1b620fb385f53b4dfe10e4b70f19
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=59f8d4ee793a1b620fb385f53b4dfe10e4b70f19

Author: Emil Velikov <emil.l.velikov at gmail.com>
Date:   Fri Jun 19 19:35:19 2015 +0100

android: egl: do not link against libglapi

The only reason we touch glapi is to dlopen it in order to:
 - make sure that the unresolved _glapi* symbols in the dri modules are
provided.
 - fetch glFlush() and use it at various stages in the dri2 driver.

Cc: Chih-Wei Huang <cwhuang at linux.org.tw>
Cc: Eric Anholt <eric at anholt.net>
Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>

---

 src/egl/main/Android.mk |    1 -
 1 file changed, 1 deletion(-)

diff --git a/src/egl/main/Android.mk b/src/egl/main/Android.mk
index 8f687e9..0ba7295 100644
--- a/src/egl/main/Android.mk
+++ b/src/egl/main/Android.mk
@@ -44,7 +44,6 @@ LOCAL_CFLAGS := \
 	-D_EGL_OS_UNIX=1
 
 LOCAL_SHARED_LIBRARIES := \
-	libglapi \
 	libdl \
 	libhardware \
 	liblog \




More information about the mesa-commit mailing list