From: Mu-Woong Lee Date: Fri, 3 Jun 2016 01:51:03 +0000 (+0900) Subject: Update build dependency w.r.t. the change of context-common X-Git-Tag: submit/tizen/20160622.045445~1^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b6ed83794a890d763a991be7f15010df1f72aa15;p=platform%2Fcore%2Fcontext%2Fcontext-service.git Update build dependency w.r.t. the change of context-common Change-Id: Ic53ab4d5f5ea2d0103ffb1694dddecaaaff036f0 Signed-off-by: Mu-Woong Lee --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 73cdd69..73c4bb0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,7 @@ SET(DEPS capi-appfw-package-manager appsvc notification - libcontext-server + context-common context ) diff --git a/packaging/context-service.spec b/packaging/context-service.spec index 26e7760..04ff94b 100644 --- a/packaging/context-service.spec +++ b/packaging/context-service.spec @@ -41,7 +41,7 @@ BuildRequires: pkgconfig(cynara-client) BuildRequires: pkgconfig(cynara-session) %endif -BuildRequires: pkgconfig(libcontext-server) +BuildRequires: pkgconfig(context-common) BuildRequires: pkgconfig(context) BuildRequires: context-provider-devel Requires: context-provider