-
Notifications
You must be signed in to change notification settings - Fork 6.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[opengl] install pkgconfig files for windows #23536
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You have modified or added at least one vcpkg.json where a "license" field is missing.
If you feel able to do so, please consider adding a "license" field to the following files:
ports/opengl/vcpkg.json
Valid values for the license field can be found in the documentation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You have modified or added at least one vcpkg.json where a "license" field is missing.
If you feel able to do so, please consider adding a "license" field to the following files:
ports/opengl/vcpkg.json
Valid values for the license field can be found in the documentation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
All manifest files must be formatted
./vcpkg format-manifest ports/*/vcpkg.json
Diff
diff --git a/ports/opengl/vcpkg.json b/ports/opengl/vcpkg.json
index 4cfc994..e921d64 100644
--- a/ports/opengl/vcpkg.json
+++ b/ports/opengl/vcpkg.json
@@ -1,6 +1,5 @@
{
"name": "opengl",
"version-date": "2022-03-14",
- "port-version": 0,
"description": "Open Graphics Library (OpenGL)[3][4][5] is a cross-language, cross-platform application programming interface (API) for rendering 2D and 3D vector graphics."
}
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout af2287382b1991dbdcb7e5112d236f3323b9dd7a -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/o-/opengl.json b/versions/o-/opengl.json
index d79a861..f2e28fb 100644
--- a/versions/o-/opengl.json
+++ b/versions/o-/opengl.json
@@ -1,7 +1,7 @@
{
"versions": [
{
- "git-tree": "1f17ea91adc8b1b695858d25b396fd3b6544bba6",
+ "git-tree": "6778094e7a9e5027545a46af473d27ce28890c53",
"version-date": "2022-03-14",
"port-version": 0
},
You have modified or added at least one vcpkg.json where a "license" field is missing.
If you feel able to do so, please consider adding a "license" field to the following files:
ports/opengl/vcpkg.json
Valid values for the license field can be found in the documentation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You have modified or added at least one vcpkg.json where a "license" field is missing.
If you feel able to do so, please consider adding a "license" field to the following files:
ports/opengl/vcpkg.json
Valid values for the license field can be found in the documentation
Describe the pull request
What does your PR fix?
install pkgconfig files for windows
Which triplets are supported/not supported? Have you updated the [CI baseline]
windows. no.
Does your PR follow the [maintainer guide]
Yes
If you have added/updated a port: Have you run
./vcpkg x-add-version --all
and committed the result?Yes