-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
[wayland] add ports for wayland. #26475
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.
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/wayland/vcpkg.json b/ports/wayland/vcpkg.json
index 3919d16..2cb6f90 100644
--- a/ports/wayland/vcpkg.json
+++ b/ports/wayland/vcpkg.json
@@ -3,15 +3,15 @@
"version": "1.19.0",
"description": "Core Wayland window system code and protocol",
"homepage": "https://wayland.freedesktop.org",
- "supports": "!(windows | osx)",
"license": "MIT",
+ "supports": "!(windows | osx)",
"dependencies": [
"expat",
"libffi",
"libxml2",
{
- "name": "vcpkg-tool-meson",
- "host": true
+ "name": "vcpkg-tool-meson",
+ "host": true
}
]
}
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 8563627bf17c6b76460a35c0e668557be2f8bbdc -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 9b5c5aa..9cccaba 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -7620,6 +7620,14 @@
"baseline": "5.5.0",
"port-version": 0
},
+ "wayland": {
+ "baseline": "1.19.0",
+ "port-version": 0
+ },
+ "wayland-protocols": {
+ "baseline": "1.23",
+ "port-version": 0
+ },
"websocketpp": {
"baseline": "0.8.2",
"port-version": 2
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!
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 8563627bf17c6b76460a35c0e668557be2f8bbdc -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 9b5c5aa..9cccaba 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -7620,6 +7620,14 @@
"baseline": "5.5.0",
"port-version": 0
},
+ "wayland": {
+ "baseline": "1.19.0",
+ "port-version": 0
+ },
+ "wayland-protocols": {
+ "baseline": "1.23",
+ "port-version": 0
+ },
"websocketpp": {
"baseline": "0.8.2",
"port-version": 2
Build on linux was tested by CI for 432def0 |
Thank you! |
from #9966 (#21584)