mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 23:48:59 +08:00
9eb76edabf
* [freetype2] Update to 2.11.1 * [harfbuzz] Update to 3.2.0 * [sdl2] Update to 2.0.20 * [ffmpeg] Update to 5.0 * Update versions. * [ffmpeg] Remove all avresample * Update ffmpeg.json * Update ffmpeg.json * Update ffmpeg.json * Revert "[ffmpeg] Update to 5.0" This reverts commitd4f718e882
. * Revert "[ffmpeg] Remove all avresample" This reverts commitf1fecaa8cf
. * update * fix revert. * [sdl2] Fix uwp build. * Update sdl2.json
16 lines
514 B
Diff
16 lines
514 B
Diff
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -1342,12 +1342,6 @@ elseif(UNIX AND NOT APPLE AND NOT ANDROID AND NOT RISCOS AND NOT HAIKU)
|
|
set(HAVE_FCITX TRUE)
|
|
endif()
|
|
|
|
- pkg_search_module(IBUS ibus-1.0 ibus)
|
|
- if(IBUS_FOUND)
|
|
- set(HAVE_IBUS_IBUS_H TRUE)
|
|
- target_include_directories(sdl-build-options INTERFACE "${IBUS_INCLUDE_DIRS}")
|
|
- list(APPEND EXTRA_LIBS ${IBUS_LIBRARIES})
|
|
- endif()
|
|
|
|
if (HAVE_IBUS_IBUS_H OR HAVE_FCITX)
|
|
set(SDL_USE_IME 1)
|