From: Mu-Woong Lee Date: Tue, 16 Feb 2016 12:42:52 +0000 (+0900) Subject: Remove direct build dependency to context-common X-Git-Tag: submit/tizen/20160314.020719~1^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=27fd712a65b1cfcdb2abb44d4b1a60da81246262;p=platform%2Fcore%2Fcontext%2Fcontext-service.git Remove direct build dependency to context-common Change-Id: Ic30f4d5eac378cfd8819ca0b76eb43954637121a Signed-off-by: Mu-Woong Lee --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 47bb118..bb79b74 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,6 @@ SET(DEPS cynara-creds-gdbus cynara-client cynara-session - context-common context-provider ) diff --git a/packaging/context-service.spec b/packaging/context-service.spec index 87ef83a..c500ce8 100644 --- a/packaging/context-service.spec +++ b/packaging/context-service.spec @@ -24,7 +24,6 @@ BuildRequires: pkgconfig(cynara-creds-gdbus) BuildRequires: pkgconfig(cynara-client) BuildRequires: pkgconfig(cynara-session) -BuildRequires: pkgconfig(context-common) BuildRequires: pkgconfig(context) BuildRequires: pkgconfig(context-provider)