mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
13 lines
270 B
PkgConfig
13 lines
270 B
PkgConfig
|
prefix=/usr
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${exec_prefix}/lib
|
||
|
includedir=${prefix}/include
|
||
|
|
||
|
Name: glesv1_cm
|
||
|
Description: Mesa OpenGL ES 1.1 CM library
|
||
|
Requires.private:
|
||
|
Version: 10.1.3
|
||
|
Libs: -L${libdir} -lGLESv1_CM
|
||
|
Libs.private: -lm -lpthread -ldl
|
||
|
Cflags: -I${includedir}
|