| Age | Commit message (Collapse) | Author |
|
* Fix multiple calls to `find_package`
* Update versions
|
|
* [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>
|
|
* [sdl2] Fix pthread detection on macOS
* Add missing "FEATURES" to vcpkg_check_features
* [sdl2] Bump port-version
* Run x-add-version sdl2
|
|
* [SDl2] Update patch
* update versions
|
|
* [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
|
|
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>
|
|
* [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>
|
|
|
|
|
|
|
|
* [sdl2] Fix build when VCPKG_BUILD_TYPE is set to "release"
* Convert CONTROL file to manifest
|