mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 16:39:07 +08:00
ce70fb4f1c
* [mesa] supports: !staticcrt * [mesa] Install copyright from license.rst * [mesa] Revise internal dependencies * [mesa] Revise external dependencies * [mesa] Move windows opengl32 lib to manual-link * [opengl] Fix case of include names * [opengl] Refactor for simplicity and mingw support * [opengl] Stop copying out of windows SDK [skip actions] * Update versions * Revert "[opengl] Stop copying out of windows SDK" * [mesa] Align with port opengl
10 lines
213 B
PkgConfig
10 lines
213 B
PkgConfig
prefix=${pcfiledir}/../..
|
|
libdir=${prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: OpenGL
|
|
Description: Windows OpenGL library
|
|
Version: @WINDOWS_SDK_SEMVER@
|
|
Libs: -L${libdir} -lopengl32
|
|
Cflags: @WINDOWS_GL_CFLAGS@
|