Skip to content

Commit

Permalink
[freerdp] Fix x64-osx triplet (microsoft#12037)
Browse files Browse the repository at this point in the history
* [freerdp] Fix x64-osx triplet

Signed-off-by: Alexandro Sanchez Bach <[email protected]>

* 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 <[email protected]>
  • Loading branch information
AlexAltea and JackBoosY authored Jul 8, 2020
1 parent fd4a088 commit 33e3e20
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion ports/freerdp/CONTROL
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 4 additions & 0 deletions ports/freerdp/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ vcpkg_from_github(
if (NOT VCPKG_TARGET_IS_WINDOWS)
message(WARNING "${PORT} currently requires the following libraries from the system package manager:\n libxfixes-dev\n")
endif()
if (VCPKG_TARGET_IS_OSX)
set(FREERDP_WITH_CLIENT -DWITH_CLIENT=OFF)
endif()

if(VCPKG_CRT_LINKAGE STREQUAL "static")
set(FREERDP_CRT_LINKAGE -DMSVC_RUNTIME=static)
Expand All @@ -35,6 +38,7 @@ vcpkg_configure_cmake(
PREFER_NINJA
OPTIONS
${FREERDP_CRT_LINKAGE}
${FREERDP_WITH_CLIENT}
${FEATURE_OPTIONS}
)

Expand Down
4 changes: 0 additions & 4 deletions scripts/ci.baseline.txt
Original file line number Diff line number Diff line change
Expand Up @@ -447,10 +447,6 @@ freeglut:arm64-windows=fail
freeglut:arm-uwp=fail
freeglut:x64-uwp=fail
freeglut:x64-osx=fail
freerdp:arm64-windows=fail
freerdp:arm-uwp=fail
freerdp:x64-osx=fail
freerdp:x64-uwp=fail
freetds:arm-uwp=fail
freetds:x64-linux=fail
freetds:x64-osx=fail
Expand Down

0 comments on commit 33e3e20

Please sign in to comment.