mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-25 05:21:16 +00:00
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:
parent
47a2a534ec
commit
a9c567ab9b
1 changed files with 0 additions and 4 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue