2016-02-15 15:29:50 +00:00
|
|
|
prefix=/usr
|
|
|
|
exec_prefix=${prefix}
|
|
|
|
libdir=${exec_prefix}/lib
|
|
|
|
includedir=${prefix}/include
|
|
|
|
|
|
|
|
Name: glesv2
|
|
|
|
Description: ARM Mali implementation of OpenGL ESv2
|
|
|
|
Version: 2.0
|
|
|
|
Requires:
|
|
|
|
Libs: -L${libdir} -lGLESv2 -lGLESv1_CM
|
2020-02-23 10:32:57 +00:00
|
|
|
Cflags: -I${includedir} -DEGL_NO_X11
|