11 lines
197 B
PkgConfig
11 lines
197 B
PkgConfig
prefix=/usr
|
|
exec_prefix=${prefix}
|
|
libdir=/usr/lib
|
|
includedir=/usr/include
|
|
|
|
Name: glesv2
|
|
Description: OpenGL ES 2 implementation
|
|
Version: 2
|
|
Cflags: -I${includedir}/GLESv2
|
|
Libs: -L${libdir} -lGLESv2
|