mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 09:08:59 +08:00
[glfw3] Update to 3.3.5 (#21396)
* Update glfw3 to 3.3.5 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
This commit is contained in:
parent
b9d5cc0bae
commit
ad0240d482
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO glfw/glfw
|
||||
REF 814b7929c5add4b0541ccad26fb81f28b71dc4d8 #v3.3.4
|
||||
SHA512 8e34d011ab49940b405998312af4807e4c9837a44d95d873cb3723e7c141da6a10c1dfaf1652f03b31b911f0ae4515ded52cac02844435dc374b93d376921e43
|
||||
REF 3.3.5
|
||||
SHA512 cbb8ebf25d3d826eb1daeff3ad2e0e965ce9def3352955f297743d918f625d96bc05bf87c90f7b57ec53376a0f2f6ce62f80b57fac4e81e023400de275e97beb
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
@ -17,23 +17,22 @@ if(VCPKG_TARGET_IS_LINUX)
|
||||
These can be installed on Ubuntu systems via sudo apt install libxinerama-dev libxcursor-dev xorg-dev libglu1-mesa-dev")
|
||||
endif()
|
||||
|
||||
vcpkg_configure_cmake(
|
||||
SOURCE_PATH ${SOURCE_PATH}
|
||||
PREFER_NINJA
|
||||
vcpkg_cmake_configure(
|
||||
SOURCE_PATH "${SOURCE_PATH}"
|
||||
OPTIONS
|
||||
-DGLFW_BUILD_EXAMPLES=OFF
|
||||
-DGLFW_BUILD_TESTS=OFF
|
||||
-DGLFW_BUILD_DOCS=OFF
|
||||
)
|
||||
|
||||
vcpkg_install_cmake()
|
||||
vcpkg_cmake_install()
|
||||
|
||||
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/glfw3)
|
||||
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/glfw3)
|
||||
|
||||
vcpkg_fixup_pkgconfig()
|
||||
|
||||
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
|
||||
|
||||
file(INSTALL ${SOURCE_PATH}/LICENSE.md DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
|
||||
file(INSTALL "${SOURCE_PATH}/LICENSE.md" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
||||
|
||||
vcpkg_copy_pdbs()
|
||||
|
@ -1,6 +1,16 @@
|
||||
{
|
||||
"name": "glfw3",
|
||||
"version-semver": "3.3.4",
|
||||
"version-semver": "3.3.5",
|
||||
"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.",
|
||||
"homepage": "https://github.com/glfw/glfw"
|
||||
"homepage": "https://github.com/glfw/glfw",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake-config",
|
||||
"host": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -2453,7 +2453,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"glfw3": {
|
||||
"baseline": "3.3.4",
|
||||
"baseline": "3.3.5",
|
||||
"port-version": 0
|
||||
},
|
||||
"gli": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "90c6416669c2154f54d3f65e3a2afb8f75ab2aaa",
|
||||
"version-semver": "3.3.5",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "aa7325438c3156b62488a559218d12e7e860196c",
|
||||
"version-semver": "3.3.4",
|
||||
|
Loading…
Reference in New Issue
Block a user