From: Mu-Woong Lee Date: Tue, 16 Feb 2016 12:40:10 +0000 (+0900) Subject: Replace build dependency context-common with libcontext-shared X-Git-Tag: submit/tizen/20160314.020719~1^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=634290125eb25fd511d98ba4f15e9074e08bfa0c;p=platform%2Fcore%2Fapi%2Fcontext.git Replace build dependency context-common with libcontext-shared Change-Id: I71f1ecd1b64373ced8d090e50c54147b04692bd1 Signed-off-by: Mu-Woong Lee --- diff --git a/CMakeLists.txt b/CMakeLists.txt index f3c5480..109e9ec 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ FILE(GLOB_RECURSE SRCS src/*.cpp) MESSAGE("Sources: ${SRCS}") # Dependencies -SET(DEPS "aul bundle capi-appfw-app-control context-common pkgmgr-info") +SET(DEPS "libcontext-shared aul bundle capi-appfw-app-control pkgmgr-info") # Common Options INCLUDE(FindPkgConfig) diff --git a/packaging/context.spec b/packaging/context.spec index b74aaad..1239623 100644 --- a/packaging/context.spec +++ b/packaging/context.spec @@ -9,10 +9,10 @@ Source0: %{name}-%{version}.tar.gz %define BUILD_PROFILE %{?profile}%{!?profile:%{?tizen_profile_name}} BuildRequires: cmake +BuildRequires: pkgconfig(libcontext-shared) BuildRequires: pkgconfig(aul) BuildRequires: pkgconfig(bundle) BuildRequires: pkgconfig(capi-appfw-app-control) -BuildRequires: pkgconfig(context-common) BuildRequires: pkgconfig(pkgmgr-info) %description