mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-13 07:39:17 +08:00
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"
|
||
|
}
|
||
|
]
|
||
|
}
|