From ab0cec200e87622e5d126db59fdb1df8e54dd487 Mon Sep 17 00:00:00 2001 From: lijunyu-cn Date: Fri, 27 Mar 2026 01:22:00 +0800 Subject: [PATCH] Disable SDL3's default features to resolve Wayland conflict. --- vcpkg.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vcpkg.json b/vcpkg.json index 03aa7000..598fe809 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -11,7 +11,10 @@ "default-features": false }, "rapidjson", - "sdl3", + { + "name": "sdl3", + "default-features": false + }, "boost-tokenizer", "boost-container", "boost-program-options",