You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
266 B
12 lines
266 B
prefix=/usr
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: glesv2
|
|
Description: Mesa OpenGL ES 2.0 library
|
|
Requires.private:
|
|
Version: 8.0.0
|
|
Libs: -L${libdir} -lGLESv2
|
|
Libs.private: -lm -lpthread -ldl
|
|
Cflags: -I${includedir}/GLES2
|
|
|