diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2021-02-10 23:55:18 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-10 23:55:18 -0800 |
| commit | 087869eb3a70f17dd98b4a9ebd7182ab31a4b1e4 (patch) | |
| tree | 41c3f9da0ed1728c9efdba0bed562917ce7a7804 /ports/glfw3 | |
| parent | c4cebb40a28b489ff98f3f435210f64198731c1c (diff) | |
| download | vcpkg-087869eb3a70f17dd98b4a9ebd7182ab31a4b1e4.tar.gz vcpkg-087869eb3a70f17dd98b4a9ebd7182ab31a4b1e4.zip | |
[glfw3/glew] Fix pkgconfig (#16166)
* [glfw3/glew] Fix pkgconfig
* update version record
Diffstat (limited to 'ports/glfw3')
| -rw-r--r-- | ports/glfw3/CONTROL | 1 | ||||
| -rw-r--r-- | ports/glfw3/portfile.cmake | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/ports/glfw3/CONTROL b/ports/glfw3/CONTROL index 45b452b1f..a6e7761f8 100644 --- a/ports/glfw3/CONTROL +++ b/ports/glfw3/CONTROL @@ -1,4 +1,5 @@ Source: glfw3 Version: 3.3.2 +Port-Version: 1 Homepage: https://github.com/glfw/glfw Description: GLFW is a free, Open Source, multi-platform library for OpenGL, OpenGL ES and Vulkan application development. It provides a simple, platform-independent API for creating windows, contexts and surfaces, reading input, handling events, etc. diff --git a/ports/glfw3/portfile.cmake b/ports/glfw3/portfile.cmake index 393ecdd03..aac7c8942 100644 --- a/ports/glfw3/portfile.cmake +++ b/ports/glfw3/portfile.cmake @@ -30,6 +30,8 @@ vcpkg_install_cmake() vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/glfw3) +vcpkg_fixup_pkgconfig() + file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include) file(INSTALL ${SOURCE_PATH}/LICENSE.md DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) |
