Commit 8a2c6b604c725db50deca2f1e1d9fc6bec2041f2

Anonymous Maarten 2022-06-15T03:11:33

cmake: don't link to libibus (not needed, I think)

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 913108f..80bba4e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1394,7 +1394,6 @@ elseif(UNIX AND NOT APPLE AND NOT ANDROID AND NOT RISCOS AND NOT HAIKU)
       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)