45b7846b78
[Thomas: remove trailing whitespace, install libraries with execution permissions so that they get stripped by Buildroot, r2p4 is only available on EABI toolchains, r3p0 on EABIhf toolchains.] Signed-off-by: Spenser Gilliland <spenser@gillilanding.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
13 lines
252 B
PkgConfig
13 lines
252 B
PkgConfig
prefix=/usr
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: glesv2
|
|
Description: ARM Mali implementation of OpenGL ESv2
|
|
Version: 2.0
|
|
Requires:
|
|
Libs: -L${libdir} -lGLESv2 -lGLES_CM -lUMP
|
|
Cflags: -I${includedir}/GLES2
|
|
|