mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:29:01 +08:00
0a262e7d61
* [sdl2] Update to 2.0.14
* Revert "[sdl2] Update to 2.0.14"
This reverts commit b8e82e0dac
.
* [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>
16 lines
486 B
Diff
16 lines
486 B
Diff
--- CMakeLists.orig.txt 2020-10-28 09:08:51.925900284 +0100
|
|
+++ CMakeLists.txt 2020-10-28 09:09:10.034165780 +0100
|
|
@@ -1240,12 +1240,6 @@
|
|
set(HAVE_FCITX TRUE)
|
|
endif()
|
|
|
|
- pkg_search_module(IBUS ibus-1.0 ibus)
|
|
- if(IBUS_FOUND)
|
|
- set(HAVE_IBUS_IBUS_H TRUE)
|
|
- include_directories(${IBUS_INCLUDE_DIRS})
|
|
- list(APPEND EXTRA_LIBS ${IBUS_LIBRARIES})
|
|
- endif()
|
|
|
|
if (HAVE_IBUS_IBUS_H OR HAVE_FCITX)
|
|
set(SDL_USE_IME TRUE)
|