aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorpastdue <30942300+past-due@users.noreply.github.com>2021-02-08 19:16:20 -0500
committerGitHub <noreply@github.com>2021-02-08 16:16:20 -0800
commit60d979c5884f9564f397fdf7bca50eb5dd8d5a20 (patch)
tree32944d2edcf9d58fb50f0e802fe60d6dfe3f0f25 /ports
parent7bddc2a191b2a7d8a3f817f92c8512aeb237eded (diff)
downloadvcpkg-60d979c5884f9564f397fdf7bca50eb5dd8d5a20.tar.gz
vcpkg-60d979c5884f9564f397fdf7bca50eb5dd8d5a20.zip
[sdl2] Fix vulkan feature dependencies (#16033)
* [sdl2] Fix vulkan feature dependencies SDL2 ships with its own copy of required Vulkan headers, so the `vulkan` port dependency here is unneeded (and unused). * Run x-add-version sdl2
Diffstat (limited to 'ports')
-rw-r--r--ports/sdl2/vcpkg.json7
1 files changed, 2 insertions, 5 deletions
diff --git a/ports/sdl2/vcpkg.json b/ports/sdl2/vcpkg.json
index e9b899dd3..0babf17fb 100644
--- a/ports/sdl2/vcpkg.json
+++ b/ports/sdl2/vcpkg.json
@@ -1,15 +1,12 @@
{
"name": "sdl2",
"version-string": "2.0.14",
- "port-version": 1,
+ "port-version": 2,
"description": "Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D.",
"homepage": "https://www.libsdl.org/download-2.0.php",
"features": {
"vulkan": {
- "description": "Vulkan functionality for SDL",
- "dependencies": [
- "vulkan"
- ]
+ "description": "Vulkan functionality for SDL"
}
}
}