Skip to content

Commit

Permalink
[qt5-x11extras] Disable on all Windows.
Browse files Browse the repository at this point in the history
This never worked on Windows but was guarded before by failed dependencies on arm.
  • Loading branch information
BillyONeal committed Feb 18, 2023
1 parent 88775f5 commit 9cd2087
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions ports/qt5-x11extras/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"name": "qt5-x11extras",
"version": "5.15.8",
"port-version": 1,
"description": "Qt5 x11extras Module;",
"license": null,
"supports": "!windows",
"dependencies": [
{
"name": "qt5-base",
Expand Down
5 changes: 0 additions & 5 deletions scripts/ci.baseline.txt
Original file line number Diff line number Diff line change
Expand Up @@ -798,11 +798,6 @@ qt5-webengine:x86-windows=skip
# Missing system libraries
qt5-x11extras:x64-osx=fail
qt5-x11extras:arm64-osx=fail
# Missing libraries
qt5-x11extras:x86-windows=fail
qt5-x11extras:x64-windows=fail
qt5-x11extras:x64-windows-static=fail
qt5-x11extras:x64-windows-static-md=fail
qwt:x64-osx=fail
qwt:arm64-osx=fail
qwt-qt6:x64-osx=fail
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6442,7 +6442,7 @@
},
"qt5-x11extras": {
"baseline": "5.15.8",
"port-version": 0
"port-version": 1
},
"qt5-xmlpatterns": {
"baseline": "5.15.8",
Expand Down
5 changes: 5 additions & 0 deletions versions/q-/qt5-x11extras.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "c2128b2d148d58eabb6106cbc093713c62a20c5f",
"version": "5.15.8",
"port-version": 1
},
{
"git-tree": "f0ad030d8da770b8629b3eaf409f4efa97bb3b90",
"version": "5.15.8",
Expand Down

0 comments on commit 9cd2087

Please sign in to comment.