From 33e59a62cc86ab5408b940984e2c290e1a3e177c Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson <18584402+madame-rachelle@users.noreply.github.com> Date: Thu, 1 Feb 2024 01:34:35 -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 4d38b0f0a2..3dfe2094c3 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"