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.
This commit is contained in:
Rachael Alexanderson 2024-02-01 01:34:35 -05:00 committed by GitHub
parent fba13f2301
commit 33e59a62cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,10 +31,6 @@
"name": "bzip2", "name": "bzip2",
"platform": "(!windows & static) | (windows & static & staticcrt)" "platform": "(!windows & static) | (windows & static & staticcrt)"
}, },
{
"name": "sdl2",
"platform": "!windows & !osx & static"
},
{ {
"name": "libvpx", "name": "libvpx",
"platform": "!windows & static" "platform": "!windows & static"