From: Jihoon Kim Date: Tue, 17 Dec 2024 10:02:40 +0000 (+0900) Subject: Remove isf-control dependency in inputmethod library X-Git-Tag: accepted/tizen/unified/20241219.102359~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ec31d0e1bdfaef6684f7cdd6639c99e85f6171e1;p=platform%2Fcore%2Fapi%2Finputmethod.git Remove isf-control dependency in inputmethod library Change-Id: I7d722146cf365be909c4b615168eb3b804ff7f87 Signed-off-by: Jihoon Kim --- diff --git a/CMakeLists.txt b/CMakeLists.txt index ff1f49b..3f57a1f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ SET(description "Input Method APIs") SET(service "ui") SET(submodule "inputmethod") SET(remote_submodule "remote-input") -SET(dependents "capi-base-common dlog evas eina ecore-imf ecore-wl2 libscl-core isf cynara-client cynara-session") +SET(dependents "capi-base-common dlog evas eina ecore-imf ecore-wl2 libscl-core cynara-client cynara-session") SET(remote_dependents "capi-base-common dlog ecore-imf isf cynara-client cynara-session") SET(LIBDIR ${LIB_INSTALL_DIR}) @@ -82,8 +82,6 @@ ENDIF("${ARCH}" STREQUAL "arm") ADD_DEFINITIONS("-DPREFIX=\"${CMAKE_INSTALL_PREFIX}\"") ADD_DEFINITIONS("-DTIZEN_DEBUG") -SET(CMAKE_EXE_LINKER_FLAGS "-Wl,--as-needed -Wl,--rpath=/usr/lib") - aux_source_directory(inputmethod/src SOURCES) ADD_LIBRARY(${fw_name} SHARED ${SOURCES}) TARGET_LINK_LIBRARIES(${fw_name} ${${fw_name}_LDFLAGS})