aboutsummaryrefslogtreecommitdiff
path: root/ports/sdl2/0007-sdl2-skip-ibus-on-linux.patch
blob: 8baa73c0f9924cf97a8d4a387a15446064f4b2ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- 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)