mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-28 11:57:24 +08:00
cmake: don't link to libibus (not needed, I think)
This commit is contained in:
committed by
Ozkan Sezer
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)
|
||||||
|
|||||||
Reference in New Issue
Block a user