mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
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
238 B
PkgConfig
12 lines
238 B
PkgConfig
prefix=/usr/
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: egl
|
|
Description: ARM Mali implementation of EGL
|
|
Version: 1.5
|
|
Requires:
|
|
Libs: -L${libdir} -lEGL -lGLESv2
|
|
Cflags: -I${includedir} -DEGL_NO_X11
|