mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 16:59:01 +08:00
9349a6a56c
* [sdl2] Fix issue with mingw + CMake >= 3.22 * [sdl2] Fix portfile issue affecting mingw * Run x-add-version sdl2
26 lines
648 B
JSON
26 lines
648 B
JSON
{
|
|
"name": "sdl2",
|
|
"version": "2.0.16",
|
|
"port-version": 3,
|
|
"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",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"vulkan": {
|
|
"description": "Vulkan functionality for SDL"
|
|
},
|
|
"x11": {
|
|
"description": "Dynamically load X11 support"
|
|
}
|
|
}
|
|
}
|