Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions ports/glew/CONTROL

This file was deleted.

4 changes: 4 additions & 0 deletions ports/glew/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
if(VCPKG_TARGET_IS_LINUX)
message(WARNING "${PORT} currently requires the following libraries from the system package manager:\n libxmu-dev\n libxi-dev\n libgl-dev\n\nThese can be installed on Ubuntu systems via apt-get install libxmu-dev libxi-dev libgl-dev.")
Comment thread
PhoebeHui marked this conversation as resolved.
Outdated
endif()

# Don't change to vcpkg_from_github! The sources in the git repository (archives) are missing some files that are distributed inside releases.
# More info: https://github.com/nigels-com/glew/issues/31 and https://github.com/nigels-com/glew/issues/13
vcpkg_download_distfile(ARCHIVE
Expand Down
13 changes: 13 additions & 0 deletions ports/glew/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "glew",
"version-string": "2.1.0",
"port-version": 11,
"description": "The OpenGL Extension Wrangler Library (GLEW) is a cross-platform open-source C/C++ extension loading library.",
"homepage": "https://github.com/nigels-com/glew",
"dependencies": [
{
"name": "opengl",
"platform": "windows"
}
Comment thread
PhoebeHui marked this conversation as resolved.
Outdated
]
}
6 changes: 3 additions & 3 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2290,7 +2290,7 @@
},
"glew": {
"baseline": "2.1.0",
"port-version": 10
"port-version": 11
},
"glfw3": {
"baseline": "3.3.4",
Expand Down Expand Up @@ -3539,8 +3539,8 @@
"libsigcpp-3": {
"baseline": "3.0.3",
"port-version": 1
},
"libsmb2": {
},
"libsmb2": {
"baseline": "2021-04-29",
"port-version": 0
},
Expand Down
5 changes: 5 additions & 0 deletions versions/g-/glew.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "f0d1692409b7a934c21fc44652ffac9ec508c0a9",
"version-string": "2.1.0",
"port-version": 11
},
{
"git-tree": "c87d7f619c69630fa4d1bd0bf3767f0d31ef22d6",
"version-string": "2.1.0",
Expand Down