From 0765ba84c49c68c6b622c76011a39ff17d26fa96 Mon Sep 17 00:00:00 2001 From: capitalistspz Date: Sat, 16 Aug 2025 03:11:09 +0100 Subject: [PATCH] Update vcpkg dependency SDL2 to 2.32.8 Fixes compilation problems on Linux with later libpipewire versions --- vcpkg.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcpkg.json b/vcpkg.json index 4ec28b3e..8ee42a4f 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -71,7 +71,7 @@ }, { "name": "sdl2", - "version": "2.30.3" + "version": "2.32.8" }, { "name": "wxwidgets",