blob: 6910b46a70a3d092f7a1efc38e6223447f4e3c39 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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
Cflags: -I${includedir}
|