mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 12:29:07 +08:00
64a8686c41
* [dbus] Fix features * [dbus] Use port libsystemd [skip actions] * [dbus] Fix libsystemd dependency * [dbus] libsystemd include dir via target * [freerdp] Disable libsystemd
87 lines
1.9 KiB
JSON
87 lines
1.9 KiB
JSON
{
|
|
"name": "freerdp",
|
|
"version": "2.11.2",
|
|
"port-version": 1,
|
|
"description": "A free implementation of the Remote Desktop Protocol (RDP)",
|
|
"homepage": "https://github.com/FreeRDP/FreeRDP",
|
|
"license": "Apache-2.0",
|
|
"supports": "!uwp & !(arm & windows)",
|
|
"dependencies": [
|
|
{
|
|
"name": "glib",
|
|
"platform": "!windows"
|
|
},
|
|
"openssl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "zlib",
|
|
"platform": "!windows"
|
|
}
|
|
],
|
|
"features": {
|
|
"client-mac": {
|
|
"description": "Build native mac client. Requires XCode.",
|
|
"supports": "osx"
|
|
},
|
|
"ffmpeg": {
|
|
"description": "Enable image scaling, video and audio with ffmpeg",
|
|
"supports": "!windows",
|
|
"dependencies": [
|
|
{
|
|
"name": "ffmpeg",
|
|
"default-features": false,
|
|
"features": [
|
|
"avcodec",
|
|
"swresample",
|
|
"swscale"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"server": {
|
|
"description": "Build server components",
|
|
"supports": "!android & !ios & !uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "freerdp",
|
|
"default-features": false,
|
|
"features": [
|
|
"winpr-tools"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"urbdrc": {
|
|
"description": "USB redirection channel support",
|
|
"dependencies": [
|
|
"libusb"
|
|
]
|
|
},
|
|
"wayland": {
|
|
"description": "Enable wayland support",
|
|
"supports": "!windows & !android & !ios & !osx & !openbsd",
|
|
"dependencies": [
|
|
"wayland"
|
|
]
|
|
},
|
|
"winpr-tools": {
|
|
"description": "Build winpr tools",
|
|
"supports": "!android & !ios & !uwp"
|
|
},
|
|
"x11": {
|
|
"description": "Enable X11 support",
|
|
"supports": "!windows & !android & !ios",
|
|
"dependencies": [
|
|
"xcb"
|
|
]
|
|
}
|
|
}
|
|
}
|