Replace build dependency context-common with libcontext-shared 86/59586/3
authorMu-Woong Lee <muwoong.lee@samsung.com>
Tue, 16 Feb 2016 12:40:10 +0000 (21:40 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Wed, 17 Feb 2016 02:28:13 +0000 (18:28 -0800)
Change-Id: I71f1ecd1b64373ced8d090e50c54147b04692bd1
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
CMakeLists.txt
packaging/context.spec

index f3c5480..109e9ec 100644 (file)
@@ -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)
index b74aaad..1239623 100644 (file)
@@ -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