From: Jihoon Kim Date: Sat, 21 May 2022 11:41:11 +0000 (+0900) Subject: Remove unused pkgmgr-info and ecore-wayland dependency X-Git-Tag: submit/tizen/20220617.052105~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F29%2F275329%2F4;p=platform%2Fcore%2Fuifw%2Fmulti-assistant.git Remove unused pkgmgr-info and ecore-wayland dependency Change-Id: I48804e4beb074eef5e916f76282c7325014a8194 Signed-off-by: Jihoon Kim --- diff --git a/CMakeLists.txt b/CMakeLists.txt index d05707a..6af9b05 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -43,7 +43,7 @@ INCLUDE_DIRECTORIES("${CMAKE_SOURCE_DIR}/include") ## Dependent packages ## INCLUDE(FindPkgConfig) pkg_check_modules(pkgs REQUIRED - capi-base-common ecore-wayland capi-system-info cynara-client cynara-session dbus-1 dlog ecore bundle capi-message-port glib-2.0 json-glib-1.0 libgum libtzplatform-config libxml-2.0 vconf + capi-base-common capi-system-info cynara-client cynara-session dbus-1 dlog ecore bundle capi-message-port glib-2.0 json-glib-1.0 libtzplatform-config libxml-2.0 vconf ) SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DUSE_TRUSTED_MESSAGE_PORT=${USE_TRUSTED_MESSAGE_PORT}") diff --git a/assistant-parser/CMakeLists.txt b/assistant-parser/CMakeLists.txt index 1652240..2e89222 100644 --- a/assistant-parser/CMakeLists.txt +++ b/assistant-parser/CMakeLists.txt @@ -3,9 +3,9 @@ pkg_check_modules(parser-pkgs REQUIRED dlog glib-2.0 libxml-2.0 - pkgmgr-info pkgmgr-installer libtzplatform-config + libgum ) FOREACH(flag ${parser-pkgs_CFLAGS}) diff --git a/assistant-parser/src/ma_assistant_parser.c b/assistant-parser/src/ma_assistant_parser.c index f2bc430..dc3971c 100644 --- a/assistant-parser/src/ma_assistant_parser.c +++ b/assistant-parser/src/ma_assistant_parser.c @@ -19,7 +19,6 @@ #include #include #include -#include #include #include #include diff --git a/packaging/multi-assistant.spec b/packaging/multi-assistant.spec index ac1f5c7..4fc1208 100644 --- a/packaging/multi-assistant.spec +++ b/packaging/multi-assistant.spec @@ -24,7 +24,6 @@ BuildRequires: pkgconfig(json-glib-1.0) BuildRequires: pkgconfig(libgum) BuildRequires: pkgconfig(libtzplatform-config) BuildRequires: pkgconfig(libxml-2.0) -BuildRequires: pkgconfig(pkgmgr-info) BuildRequires: pkgconfig(pkgmgr-installer) BuildRequires: pkgconfig(vconf) BuildRequires: cmake