f2c32b81dd
Signed-off-by: Fatih Aşıcı <fatih.asici@gmail.com> Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
12 lines
270 B
PkgConfig
12 lines
270 B
PkgConfig
prefix=/usr/
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: egl
|
|
Description: TI Graphics SDK implementation of EGL
|
|
Version: 1.9.2188537
|
|
Requires:
|
|
Libs: -L${libdir} -lEGL -lGLESv2 -lIMGegl
|
|
Cflags: -I${includedir}/EGL/ -I${includedir}
|