346fda84eb
Added optional dependency to zstd present due to upstream commit: https://cgit.freedesktop.org/mesa/mesa/commit/?id=a8d941091f72923561a6c58b46ccb264b6a0e205 Replaced MESA_EGL_NO_X11_HEADERS define with EGL_NO_X11 due to upstream commit: https://cgit.freedesktop.org/mesa/mesa/commit/?id=6202a13b71e18dc31ba7e2f4ea915b67eacc1ddb Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
12 lines
254 B
PkgConfig
12 lines
254 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 -lGLESv1_CM
|
|
Cflags: -I${includedir} -DEGL_NO_X11
|