[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
This commit is contained in:
pastdue 2021-02-08 19:16:20 -05:00 committed by GitHub
parent 7bddc2a191
commit 60d979c588
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 6 deletions

View File

@ -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"
}
}
}

View File

@ -5254,7 +5254,7 @@
},
"sdl2": {
"baseline": "2.0.14",
"port-version": 1
"port-version": 2
},
"sdl2-gfx": {
"baseline": "1.0.4",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "df27b00967d099fabd3b9315a02105bd3e1be3d1",
"version-string": "2.0.14",
"port-version": 2
},
{
"git-tree": "8d5fa523a69780e41605b585788d212d688f3c71",
"version-string": "2.0.14",