From a9c567ab9b8cca62b7602df84e93b71089ed9b1f Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson <18584402+madame-rachelle@users.noreply.github.com> Date: Thu, 1 Feb 2024 01:35:12 -0500 Subject: [PATCH] Update vcpkg.json vcpkg is not providing a proper sdl2 implementation on linux, so ditch it from vcpkg for now and only use distro packages for it. --- vcpkg.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/vcpkg.json b/vcpkg.json index 4d38b0f0a..3dfe2094c 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -31,10 +31,6 @@ "name": "bzip2", "platform": "(!windows & static) | (windows & static & staticcrt)" }, - { - "name": "sdl2", - "platform": "!windows & !osx & static" - }, { "name": "libvpx", "platform": "!windows & static"