aboutsummaryrefslogtreecommitdiff
path: root/ports/sdl2/disable-hidapi-for-uwp.patch
diff options
context:
space:
mode:
authorRémy Tassoux <contact@rt2.fr>2021-01-05 21:33:13 +0100
committerGitHub <noreply@github.com>2021-01-05 12:33:13 -0800
commit0a262e7d6111af798669c4b481eb2f30b3b86fb1 (patch)
treec803e735e47a3602f3e937b65ffd9b647ef6b49a /ports/sdl2/disable-hidapi-for-uwp.patch
parent109ce457421dbef04011a7e5a4fd482f61e21f62 (diff)
downloadvcpkg-0a262e7d6111af798669c4b481eb2f30b3b86fb1.tar.gz
vcpkg-0a262e7d6111af798669c4b481eb2f30b3b86fb1.zip
[sdl2] Update to 2.0.14 (#15398)
* [sdl2] Update to 2.0.14 * Revert "[sdl2] Update to 2.0.14" This reverts commit b8e82e0dacb3877febd1f32e9b92c90fd8c0db19. * [sdl2] Update to 2.0.14 * [sdl2] Fix manifest formatting * [sdl2] Change the shared library preprocessor symbol name to DLL_EXPORT for compatibility with SDL 2.0.14 Co-authored-by: Rémy Tassoux <rt2@rasterizedworld.com>
Diffstat (limited to 'ports/sdl2/disable-hidapi-for-uwp.patch')
-rw-r--r--ports/sdl2/disable-hidapi-for-uwp.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/ports/sdl2/disable-hidapi-for-uwp.patch b/ports/sdl2/disable-hidapi-for-uwp.patch
deleted file mode 100644
index 9a1b500b4..000000000
--- a/ports/sdl2/disable-hidapi-for-uwp.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -173,7 +173,7 @@
- # so we'll just use libusb when it's available. libusb does not support iOS,
- # so we default to yes on iOS.
- # TODO: Windows can support libusb, the hid.c file just depends on Unix APIs
--if(WINDOWS OR IOS OR TVOS OR ANDROID)
-+if((WINDOWS AND NOT WINDOWS_STORE) OR IOS OR TVOS OR ANDROID)
- set(HIDAPI_SKIP_LIBUSB TRUE)
- else()
- set(HIDAPI_SKIP_LIBUSB FALSE)