aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/freerdp/vcpkg.json
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/freerdp/vcpkg.json
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/freerdp/vcpkg.json')
-rw-r--r--vcpkg/ports/freerdp/vcpkg.json74
1 files changed, 74 insertions, 0 deletions
diff --git a/vcpkg/ports/freerdp/vcpkg.json b/vcpkg/ports/freerdp/vcpkg.json
new file mode 100644
index 0000000..d0d229c
--- /dev/null
+++ b/vcpkg/ports/freerdp/vcpkg.json
@@ -0,0 +1,74 @@
+{
+ "name": "freerdp",
+ "version": "3.17.2",
+ "description": "A free implementation of the Remote Desktop Protocol (RDP)",
+ "homepage": "https://github.com/FreeRDP/FreeRDP",
+ "license": "Apache-2.0",
+ "supports": "!uwp & (!bsd | freebsd)",
+ "dependencies": [
+ "cjson",
+ {
+ "name": "epoll-shim",
+ "platform": "bsd"
+ },
+ "openssl",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ },
+ "zlib"
+ ],
+ "features": {
+ "client": {
+ "description": "Build client components"
+ },
+ "ffmpeg": {
+ "description": "Enable image scaling, video and audio with ffmpeg",
+ "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"
+ ]
+ },
+ "winpr-tools": {
+ "description": "Build winpr tools",
+ "supports": "!android & !ios & !uwp"
+ },
+ "x11": {
+ "description": "Enable X11 support",
+ "supports": "!android & !ios & !windows & !osx",
+ "dependencies": [
+ "xcb"
+ ]
+ }
+ }
+}