diff options
| author | Alexandro Sanchez <alexandro@phi.nz> | 2020-07-09 00:24:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-08 15:24:36 -0700 |
| commit | 33e3e20c5c8d72c2e4f2116dc156822106258bf9 (patch) | |
| tree | bb018717757302e526e84ff05d390b0c660a47f9 /ports/freerdp/CONTROL | |
| parent | fd4a08806fd88299814aac886e57708ade1d7398 (diff) | |
| download | vcpkg-33e3e20c5c8d72c2e4f2116dc156822106258bf9.tar.gz vcpkg-33e3e20c5c8d72c2e4f2116dc156822106258bf9.zip | |
[freerdp] Fix x64-osx triplet (#12037)
* [freerdp] Fix x64-osx triplet
Signed-off-by: Alexandro Sanchez Bach <alexandro@phi.nz>
* Update ports/freerdp/CONTROL
* Update scripts/ci.baseline.txt
* Update scripts/ci.baseline.txt
* Update scripts/ci.baseline.txt
* Update ports/freerdp/CONTROL
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Diffstat (limited to 'ports/freerdp/CONTROL')
| -rw-r--r-- | ports/freerdp/CONTROL | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ports/freerdp/CONTROL b/ports/freerdp/CONTROL index a87f32956..3eb885b91 100644 --- a/ports/freerdp/CONTROL +++ b/ports/freerdp/CONTROL @@ -1,8 +1,9 @@ Source: freerdp -Version: 2.1.1 +Version: 2.1.1-1 Homepage: https://github.com/FreeRDP/FreeRDP Description: A free implementation of the Remote Desktop Protocol (RDP) Build-Depends: openssl, glib (!windows) +Supports: !(arm|uwp) Feature: urbdrc Description: USB redirection channel support |
