Skip to content

Commit

Permalink
[freerdp] Update supported platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
dg0yt committed Jul 6, 2023
1 parent 4c40273 commit 2e50504
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ports/freerdp/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A free implementation of the Remote Desktop Protocol (RDP)",
"homepage": "https://github.com/FreeRDP/FreeRDP",
"license": "Apache-2.0",
"supports": "!(arm | uwp)",
"supports": "!uwp & !(arm & windows)",
"dependencies": [
{
"name": "glib",
Expand Down
9 changes: 9 additions & 0 deletions scripts/ci.baseline.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1760,6 +1760,15 @@ vcpkg-ci-ffmpeg:x64-windows-static-md=pass
vcpkg-ci-ffmpeg:x64-windows-static=pass
vcpkg-ci-ffmpeg:x64-windows=pass
vcpkg-ci-ffmpeg:x86-windows=pass
vcpkg-ci-freerdp:arm-neon-android=pass
vcpkg-ci-freerdp:arm64-android=pass
vcpkg-ci-freerdp:x64-android=pass
vcpkg-ci-freerdp:x64-linux=pass
vcpkg-ci-freerdp:x64-osx=pass
vcpkg-ci-freerdp:x64-windows-static-md=pass
vcpkg-ci-freerdp:x64-windows-static=pass
vcpkg-ci-freerdp:x64-windows=pass
vcpkg-ci-freerdp:x86-windows=pass
vcpkg-ci-llvm:x64-linux=pass
vcpkg-ci-llvm:x64-osx=pass
vcpkg-ci-llvm:x64-windows-static-md=pass
Expand Down
4 changes: 2 additions & 2 deletions scripts/test_ports/vcpkg-ci-freerdp/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
"features": [
"ffmpeg"
],
"platform": "!windows"
"platform": "linux | osx"
},
{
"name": "freerdp",
"features": [
"urbdrc"
],
"platform": "!uwp & !xbox & !android"
"platform": "linux | osx"
}
]
}
2 changes: 1 addition & 1 deletion versions/f-/freerdp.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"versions": [
{
"git-tree": "5a928485ff796e1568eec65e47d8b625390d7091",
"git-tree": "db61abfd34b72ac2bcf041f41274e870f4ad46dd",
"version": "2.10.0",
"port-version": 0
},
Expand Down

0 comments on commit 2e50504

Please sign in to comment.