mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 04:37:20 +08:00
5ed17f6b22
* [egl] Use vcpkg_fixup_pkgconfig * Mingw uses lower case filenames * Document what is wrapped * Do backup before modification * Windows EGL_LIBRARY is unofficial::angle::libEGL * Update versions
13 lines
326 B
PkgConfig
13 lines
326 B
PkgConfig
prefix=${pcfiledir}/../..
|
|
libdir=${prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: EGL
|
|
Description: EGL library and headers.
|
|
Version: @VERSION@
|
|
Requires.private: zlib opengl # angle
|
|
Libs: -L${libdir} -llibEGL
|
|
Libs.private: -llibGLESv2 -llibANGLE -ld3d9 -ldxguid -ldxgi
|
|
Cflags: -I${includedir}
|
|
Cflags.private: -DKHRONOS_STATIC
|