Replace build dependency context-common with libcontext-shared & server 87/59587/2
authorMu-Woong Lee <muwoong.lee@samsung.com>
Tue, 16 Feb 2016 12:41:41 +0000 (21:41 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Wed, 17 Feb 2016 02:28:28 +0000 (18:28 -0800)
Change-Id: I8bdcb6e90f29fa579cbc03f5b098a8a98037367d
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
CMakeLists.txt
packaging/context-provider.spec

index ea5ae1a8a82454e3821d4fe9c56a910317e9bb92..af3b0b449e85c5dd4fb0ec2a013fa1e9d7681e26 100644 (file)
@@ -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")
index 9924dd9c8adc18d9336eca3272e06d13eefe84c4..2f9c5af826072ccc7a49d2b378b717a0da68057e 100644 (file)
@@ -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)