mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:19:01 +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
11 lines
232 B
PkgConfig
11 lines
232 B
PkgConfig
prefix=${pcfiledir}/../..
|
|
libdir=${prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: glu
|
|
Description: Windows OpenGL Utility library
|
|
Version: @WINDOWS_SDK_SEMVER@
|
|
Requires: opengl
|
|
Libs: -L${libdir} -lglu32
|
|
Cflags: @WINDOWS_GL_CFLAGS@
|