mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 06:09:01 +08:00
11 lines
288 B
PkgConfig
11 lines
288 B
PkgConfig
|
prefix=${pcfiledir}/../..
|
||
|
libdir=${prefix}/lib
|
||
|
includedir=${prefix}/include
|
||
|
|
||
|
Name: EGL
|
||
|
Description: EGL library and headers.
|
||
|
Version: @VERSION@
|
||
|
Requires: zlib opengl # angle
|
||
|
Libs: -L${libdir} -llibEGL -llibGLESv2 -llibANGLE -lD3d9 -ldxguid -lDXGI
|
||
|
Cflags: -I${includedir} @KHRONOS_STATIC@
|