mirror of
https://github.com/thead-yocto-mirror/mesa3d-proprietary
synced 2026-07-08 09:24:44 +02:00
14 lines
338 B
PkgConfig
14 lines
338 B
PkgConfig
prefix=/usr
|
|
libdir=${prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
glx_tls=yes
|
|
|
|
Name: gl
|
|
Description: Mesa OpenGL Library
|
|
Version: 21.0.1
|
|
Requires.private: x11, xext, xfixes, x11-xcb, xcb, xcb-glx >= 1.8.1, xcb-dri2 >= 1.8, xxf86vm, libdrm >= 2.4.75
|
|
Libs: -L${libdir} -lGL
|
|
Libs.private: -lpthread -pthread -lm -ldl
|
|
Cflags: -I${includedir}
|