From 89b70d14bdbeedc806878b654c4d579d0e2bc735 Mon Sep 17 00:00:00 2001 From: weakboson Date: Sat, 26 Jul 2025 23:17:50 +0800 Subject: [PATCH] Update `vcpkg.json` to include libzip. --- vcpkg.json | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/vcpkg.json b/vcpkg.json index 99ed06cf25..a5d288eef3 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -15,10 +15,11 @@ "boost-heap", "boost-icl", "boost-intrusive", + "boost-locale", "boost-mpl", + "boost-process", "boost-range", "boost-spirit", - "boost-process", "boost-test", "boost-timer", "boost-variant", @@ -27,12 +28,23 @@ "nlohmann-json", "zlib", "zstd", - "sdl2" + "sdl2", + { + "name": "dbus", + "default-features": false, + "platform": "linux" + }, + { + "name": "libzip", + "platform": "!android" + } ], "features": { "yuzu-tests": { "description": "Compile tests", - "dependencies": [ "catch2" ] + "dependencies": [ + "catch2" + ] }, "web-service": { "description": "Enable web services (telemetry, etc.)", @@ -52,6 +64,5 @@ "name": "boost-process", "version": "1.81.0" } - ] -} +} \ No newline at end of file