aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/scripts/test_ports/vcpkg-ci-freerdp/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/scripts/test_ports/vcpkg-ci-freerdp/vcpkg.json')
-rw-r--r--vcpkg/scripts/test_ports/vcpkg-ci-freerdp/vcpkg.json31
1 files changed, 31 insertions, 0 deletions
diff --git a/vcpkg/scripts/test_ports/vcpkg-ci-freerdp/vcpkg.json b/vcpkg/scripts/test_ports/vcpkg-ci-freerdp/vcpkg.json
new file mode 100644
index 0000000..ca62751
--- /dev/null
+++ b/vcpkg/scripts/test_ports/vcpkg-ci-freerdp/vcpkg.json
@@ -0,0 +1,31 @@
+{
+ "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": [
+ "client",
+ "ffmpeg"
+ ]
+ },
+ {
+ "name": "freerdp",
+ "features": [
+ "x11"
+ ],
+ "platform": "linux"
+ },
+ {
+ "name": "freerdp",
+ "features": [
+ "server",
+ "urbdrc",
+ "winpr-tools"
+ ],
+ "platform": "!android & !ios & !uwp"
+ }
+ ]
+}