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
245 B
PkgConfig
12 lines
245 B
PkgConfig
prefix=/usr
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: gl
|
|
Description: Nvidia OpenGL library
|
|
Version: 10.4.2
|
|
Libs: -L${libdir} -lGL -lm -lXext -lX11 -ldl
|
|
Cflags: -I${includedir} -DEGL_NO_X11
|
|
glx_tls: no
|