mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 18:28:59 +08:00
17 lines
629 B
Diff
17 lines
629 B
Diff
--- CMakeLists.orig.txt 2020-10-28 09:08:51.925900284 +0100
|
|
+++ CMakeLists.txt 2020-10-28 09:09:10.034165780 +0100
|
|
@@ -1197,13 +1197,6 @@
|
|
list(APPEND EXTRA_LIBS ${DBUS_LIBRARIES})
|
|
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})
|
|
- add_definitions(-DSDL_USE_IME)
|
|
- endif()
|
|
if(HAVE_LIBUNWIND_H)
|
|
# We've already found the header, so REQUIRE the lib to be present
|
|
pkg_search_module(UNWIND REQUIRED libunwind)
|