From: Mu-Woong Lee Date: Tue, 16 Feb 2016 12:41:41 +0000 (+0900) Subject: Replace build dependency context-common with libcontext-shared & server X-Git-Tag: submit/tizen/20160314.020719~1^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F87%2F59587%2F2;p=platform%2Fcore%2Fcontext%2Fcontext-provider.git Replace build dependency context-common with libcontext-shared & server Change-Id: I8bdcb6e90f29fa579cbc03f5b098a8a98037367d Signed-off-by: Mu-Woong Lee --- diff --git a/CMakeLists.txt b/CMakeLists.txt index ea5ae1a..af3b0b4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ INCLUDE_DIRECTORIES( ADD_DEFINITIONS(-O2 -Wall -fPIC -fvisibility=hidden -Wl,--as-needed) # Common Dependency -SET(deps_common "context-common") +SET(deps_common "libcontext-shared libcontext-server") # Profiles IF("${PROFILE}" STREQUAL "mobile") diff --git a/packaging/context-provider.spec b/packaging/context-provider.spec index 9924dd9..2f9c5af 100644 --- a/packaging/context-provider.spec +++ b/packaging/context-provider.spec @@ -10,7 +10,8 @@ Source0: %{name}-%{version}.tar.gz BuildRequires: cmake -BuildRequires: pkgconfig(context-common) +BuildRequires: pkgconfig(libcontext-shared) +BuildRequires: pkgconfig(libcontext-server) BuildRequires: pkgconfig(vconf) BuildRequires: pkgconfig(capi-system-info) BuildRequires: pkgconfig(capi-system-device)