From 116af5c6a857dbf599fe06fa17fd6aa4951deb1a Mon Sep 17 00:00:00 2001 From: Rafael Kitover Date: Sun, 4 May 2025 22:17:50 +0000 Subject: [PATCH] build: replace sdl2 vcpkg port with sdl3 Signed-off-by: Rafael Kitover --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 209f9e22..9df60148 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,7 @@ if(TAG_RELEASE) include(MakeReleaseCommitAndTag) endif() -set(VCPKG_DEPS pkgconf zlib pthreads "sdl2[samplerate]" gettext wxwidgets) +set(VCPKG_DEPS pkgconf zlib pthreads "sdl3[samplerate]" gettext wxwidgets) set(VCPKG_DEPS_OPTIONAL ffmpeg ENABLE_FFMPEG