From 215a5a7c7e9aeba503652382d5a2a8c83fedff66 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Sat, 21 May 2022 20:41:11 +0900 Subject: [PATCH] Remove unused pkgmgr-info and ecore-wayland dependency Change-Id: I48804e4beb074eef5e916f76282c7325014a8194 Signed-off-by: Jihoon Kim --- CMakeLists.txt | 2 +- assistant-parser/CMakeLists.txt | 2 +- assistant-parser/src/ma_assistant_parser.c | 1 - packaging/multi-assistant.spec | 1 - 4 files changed, 2 insertions(+), 4 deletions(-) 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 -- 2.34.1