2013-07-20 01:37:52 +02: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:
|
2013-08-24 21:41:57 +02:00
|
|
|
Libs: -L${libdir} -lGLESv2 -lGLESv1_CM -lUMP
|
2013-07-20 01:37:52 +02:00
|
|
|
Cflags: -I${includedir}/GLES2
|
|
|
|
|