mirror of https://github.com/encounter/SDL.git
cmake: don't link to libibus (not needed, I think)
This commit is contained in:
parent
c950018fe0
commit
8a2c6b604c
|
@ -1394,7 +1394,6 @@ elseif(UNIX AND NOT APPLE AND NOT ANDROID AND NOT RISCOS AND NOT HAIKU)
|
||||||
if(IBUS_FOUND)
|
if(IBUS_FOUND)
|
||||||
set(HAVE_IBUS_IBUS_H TRUE)
|
set(HAVE_IBUS_IBUS_H TRUE)
|
||||||
target_include_directories(sdl-build-options INTERFACE "${IBUS_INCLUDE_DIRS}")
|
target_include_directories(sdl-build-options INTERFACE "${IBUS_INCLUDE_DIRS}")
|
||||||
list(APPEND EXTRA_LIBS ${IBUS_LIBRARIES})
|
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (HAVE_IBUS_IBUS_H OR HAVE_FCITX)
|
if (HAVE_IBUS_IBUS_H OR HAVE_FCITX)
|
||||||
|
|
Loading…
Reference in New Issue