From 47fd5adec899667e03f3193d2c08b52b4c6f2156 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Tue, 17 Dec 2024 20:28:38 +0900 Subject: [PATCH] Remove isf-control dependency in remote-input library Change-Id: I668173f42fe858cb3c550004014edf9822e1613c Signed-off-by: Jihoon Kim --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3f57a1f..710e378 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ 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 cynara-client cynara-session") -SET(remote_dependents "capi-base-common dlog ecore-imf isf cynara-client cynara-session") +SET(remote_dependents "capi-base-common dlog ecore-imf scim cynara-client cynara-session") SET(LIBDIR ${LIB_INSTALL_DIR}) SET(Services -- 2.34.1