From: Kyeonghun Lee Date: Mon, 2 May 2016 05:35:44 +0000 (+0900) Subject: remove dependancy for appcore-agent X-Git-Tag: submit/tizen/20160502.053803^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cd34157abdb4d4afab930dd6941fa951f54d2650;p=platform%2Fcore%2Fmessaging%2Fmsg-service.git remove dependancy for appcore-agent Change-Id: Idf8bfefad2bb5e3e24041b53dbe1415070763373 Signed-off-by: Kyeonghun Lee --- diff --git a/manager/CMakeLists.txt b/manager/CMakeLists.txt index 12f2b91..f9dc8c6 100755 --- a/manager/CMakeLists.txt +++ b/manager/CMakeLists.txt @@ -27,7 +27,7 @@ INCLUDE_DIRECTORIES( ) INCLUDE(FindPkgConfig) -pkg_check_modules(mgr_pkgs REQUIRED glib-2.0 dlog alarm-service appcore-agent badge callmgr_client contacts-service2 capi-appfw-application capi-appfw-package-manager notification vconf feedback capi-media-player capi-media-sound-manager capi-system-device) +pkg_check_modules(mgr_pkgs REQUIRED glib-2.0 dlog alarm-service badge callmgr_client contacts-service2 capi-appfw-application capi-appfw-service-application capi-appfw-package-manager notification vconf feedback capi-media-player capi-media-sound-manager capi-system-device) INCLUDE_DIRECTORIES(${mgr_pkgs_INCLUDE_DIRS}) LINK_DIRECTORIES(${mgr_pkgs_LIBRARY_DIRS}) diff --git a/packaging/msg-service.spec b/packaging/msg-service.spec index 707a182..2ac2fda 100755 --- a/packaging/msg-service.spec +++ b/packaging/msg-service.spec @@ -57,11 +57,11 @@ BuildRequires: pkgconfig(vconf) BuildRequires: pkgconfig(contacts-service2) %endif %if "%{?profile}" == "mobile" -BuildRequires: pkgconfig(appcore-agent) BuildRequires: pkgconfig(badge) BuildRequires: pkgconfig(callmgr_client) BuildRequires: pkgconfig(capi-appfw-application) BuildRequires: pkgconfig(capi-appfw-package-manager) +BuildRequires: pkgconfig(capi-appfw-service-application) BuildRequires: pkgconfig(capi-media-player) BuildRequires: pkgconfig(capi-media-sound-manager) BuildRequires: pkgconfig(feedback)