From 634290125eb25fd511d98ba4f15e9074e08bfa0c Mon Sep 17 00:00:00 2001 From: Mu-Woong Lee Date: Tue, 16 Feb 2016 21:40:10 +0900 Subject: [PATCH] Replace build dependency context-common with libcontext-shared Change-Id: I71f1ecd1b64373ced8d090e50c54147b04692bd1 Signed-off-by: Mu-Woong Lee --- CMakeLists.txt | 2 +- packaging/context.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.34.1