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.
13 lines
274 B
13 lines
274 B
4 years ago
|
prefix=/usr
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${exec_prefix}/lib
|
||
|
includedir=${prefix}/include
|
||
|
|
||
|
Name: glesv1_cm
|
||
|
Description: Mesa OpenGL ES 1.0 CM library
|
||
|
Requires.private:
|
||
|
Version: 8.0.0
|
||
|
Libs: -L${libdir} -lGLESv1_CM
|
||
|
Libs.private: -lm -lpthread -ldl
|
||
|
Cflags: -I${includedir}/GLES
|