vcpkg/ports/egl/egl.pc.in
Kai Pastor 5ed17f6b22
[egl] Revise wrapper and pkgconfig files for windows (#28174)
* [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
2022-12-13 16:27:58 -08:00

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