aboutsummaryrefslogtreecommitdiff
path: root/ports/sdl2/vcpkg.json
AgeCommit message (Collapse)Author
2021-10-06[sdl2] Fix calling `find_packages` from different directories (#20542)Kai Pastor
* Fix multiple calls to `find_package` * Update versions
2021-08-18[sdl2] Update to 2.0.16 (#19509)Rémy Tassoux
* [sdl2] Update to 2.0.16 * [sdl2] Update version files * [sdl2] Fix uwp builds * [sdl2] Update version files * [sdl2] Change version-semver to version * [sdl2] Fix uwp pkgconfig file creation * [sdl2] Add alias on static build * [sdl2] Remove cmake wrapper * [sdl2] Update version files * [sdl2] Disable SDL2::SDL2main target search on uwp * [sdl2] Update version files Co-authored-by: Rémy Tassoux <rt2@rasterizedworld.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-04-07[sdl2] Fix pthread detection on macOS (#17106)pastdue
* [sdl2] Fix pthread detection on macOS * Add missing "FEATURES" to vcpkg_check_features * [sdl2] Bump port-version * Run x-add-version sdl2
2021-02-24[sdl2] Update patch (#16370)NancyLi1013
* [SDl2] Update patch * update versions
2021-02-08[sdl2] Fix vulkan feature dependencies (#16033)pastdue
* [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
2021-01-24[sdl2] Fix improper replacement of -lSDL2main + remove IGNORE_FLAGS and ↵Long Nguyen
SYSTEM_LIBRARIES (#15540) * [sdl2] Proper replacement of -lSDL2main -> -lSDL2maind * [sdl2] Add extra SYSTEM_LIBRARIES and IGNORE_FLAGS * [sdl2] Remove SYSTEM_LIBRARIES and IGNORE_FLAGS * update baseline Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2021-01-05[sdl2] Update to 2.0.14 (#15398)Rémy Tassoux
* [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>
2020-12-11[sdl2] Don't propagate shared link options (#14992)Jesse Farebrother
2020-11-09[sdl2] apply upstream patch to fix macos vulkan (#14417)Jon Spencer
2020-10-30skip ibus on linux (#14275)Joakim L. Gilje
2020-10-07[sdl2] Fix build when VCPKG_BUILD_TYPE is set to "release" (#13801)pastdue
* [sdl2] Fix build when VCPKG_BUILD_TYPE is set to "release" * Convert CONTROL file to manifest