mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
[SDL] enable hidapi (#25022)
* [SDL] enable hidapi * update version Co-authored-by: FrankXie <v-frankxie@microsoft.com>
This commit is contained in:
parent
d9e6139cd4
commit
38bb87c557
@ -38,6 +38,7 @@ vcpkg_cmake_configure(
|
||||
-DSDL_SHARED=${SDL_SHARED}
|
||||
-DSDL_FORCE_STATIC_VCRT=${FORCE_STATIC_VCRT}
|
||||
-DSDL_LIBC=ON
|
||||
-DSDL_HIDAPI_JOYSTICK=ON
|
||||
)
|
||||
|
||||
vcpkg_cmake_install()
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "sdl2",
|
||||
"version": "2.0.22",
|
||||
"port-version": 1,
|
||||
"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",
|
||||
"license": "Zlib",
|
||||
|
@ -6406,7 +6406,7 @@
|
||||
},
|
||||
"sdl2": {
|
||||
"baseline": "2.0.22",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"sdl2-gfx": {
|
||||
"baseline": "1.0.4",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "879012d1bbd3ae67fc697109eedbe6ff713c2c34",
|
||||
"version": "2.0.22",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "6d875fe2feac0480f61fcf890136e045c12429f1",
|
||||
"version": "2.0.22",
|
||||
|
Loading…
x
Reference in New Issue
Block a user