mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-16 07:39:01 +08:00
2f6176ce98
* [freerdp] Update, cleanup * Add freerdp feature test port * Update baseline * [freerdp] ffmpeg unsupported on windows * libusb availability limitations * [freerdp] Update supported platforms * [freerdp] Update supported platforms * [freerdp] Use ffmpeg link libraries * [freerdp] Fix install destinations * [freerdp] Fix tools * [freerdp] Fix osx * [freerdp] Fix patch * [freerdp] Keep duplicate link libs * [freerdp] Mac client needs Xcode * [freerdp] Fix wfreerdp-server exe lib name * [freerdp] Fix client-mac * Fix patch * CI * Fix patch * Fix patch * Set PDB_NAME for server exe * Trim patch * Test urbdrc on windows * [libusb] Fix pc file for windows * [freerdp] Add missing find_dependency() * [freerdp] Export interface include directories
33 lines
618 B
JSON
33 lines
618 B
JSON
{
|
|
"name": "vcpkg-ci-freerdp",
|
|
"version-string": "ci",
|
|
"description": "Force non-default features of freerdp within vcpkg CI",
|
|
"homepage": "https://github.com/microsoft/vcpkg",
|
|
"dependencies": [
|
|
{
|
|
"name": "freerdp",
|
|
"features": [
|
|
"wayland",
|
|
"x11"
|
|
],
|
|
"platform": "linux"
|
|
},
|
|
{
|
|
"name": "freerdp",
|
|
"features": [
|
|
"ffmpeg"
|
|
],
|
|
"platform": "linux | osx"
|
|
},
|
|
{
|
|
"name": "freerdp",
|
|
"features": [
|
|
"server",
|
|
"urbdrc",
|
|
"winpr-tools"
|
|
],
|
|
"platform": "linux | osx | windows"
|
|
}
|
|
]
|
|
}
|