Remove isf-control dependency in inputmethod library 09/316709/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Tue, 17 Dec 2024 10:02:40 +0000 (19:02 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Tue, 17 Dec 2024 10:02:40 +0000 (19:02 +0900)
Change-Id: I7d722146cf365be909c4b615168eb3b804ff7f87
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
CMakeLists.txt

index ff1f49bc4eb12b074d3846adcd6b88d152510f8c..3f57a1fb4358121d4b84d54b79f4297af9ad7f41 100644 (file)
@@ -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})