diff options
author | Emil Velikov <emil.l.velikov@gmail.com> | 2015-06-19 19:35:19 +0100 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2015-06-23 17:08:05 +0100 |
commit | 59f8d4ee793a1b620fb385f53b4dfe10e4b70f19 (patch) | |
tree | 1cf2ec0cbf85a806512b71d8155b7c5740c7f907 /src/egl | |
parent | a0dc6b7824d3b9095919e29393a379ea7f9c1318 (diff) | |
download | external_mesa3d-59f8d4ee793a1b620fb385f53b4dfe10e4b70f19.zip external_mesa3d-59f8d4ee793a1b620fb385f53b4dfe10e4b70f19.tar.gz external_mesa3d-59f8d4ee793a1b620fb385f53b4dfe10e4b70f19.tar.bz2 |
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@linux.org.tw>
Cc: Eric Anholt <eric@anholt.net>
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'src/egl')
-rw-r--r-- | src/egl/main/Android.mk | 1 |
1 files changed, 0 insertions, 1 deletions
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 \ |