android: egl: do not link against libglapi
authorEmil Velikov <emil.l.velikov@gmail.com>
Fri, 19 Jun 2015 18:35:19 +0000 (19:35 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Tue, 23 Jun 2015 16:08:05 +0000 (17:08 +0100)
commit59f8d4ee793a1b620fb385f53b4dfe10e4b70f19
tree1cf2ec0cbf85a806512b71d8155b7c5740c7f907
parenta0dc6b7824d3b9095919e29393a379ea7f9c1318
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>
src/egl/main/Android.mk