mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
12 lines
264 B
PkgConfig
12 lines
264 B
PkgConfig
prefix=/usr
|
|
exec_prefix=/usr
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: glesv2
|
|
Description: Vivante OpenGL ES 2.0 library
|
|
Requires.private:
|
|
Version: 8.0
|
|
Libs: -L${libdir} -lGLESv2 -lEGL -lGAL
|
|
Libs.private: -lpthread -lrt
|
|
Cflags: -I${includedir}
|