Update build dependency w.r.t. the change of context-common 86/72886/1
authorMu-Woong Lee <muwoong.lee@samsung.com>
Fri, 3 Jun 2016 01:51:46 +0000 (10:51 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Fri, 3 Jun 2016 01:51:46 +0000 (10:51 +0900)
Change-Id: I6eaa337dfc405eb00bb3a9fb9866e65435ea8f3b
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
packaging/context-provider.spec
src/CMakeLists.txt

index fa800f90ea90719673f1869438088c144da3647f..97e37dbbf46766a4d7e3d94b28ecf8e19a333880 100644 (file)
@@ -15,7 +15,7 @@ ExcludeArch: %{arm} aarch64 %ix86 x86_64
 BuildRequires: cmake
 
 BuildRequires: pkgconfig(gmodule-2.0)
-BuildRequires: pkgconfig(libcontext-server)
+BuildRequires: pkgconfig(context-common)
 BuildRequires: pkgconfig(vconf)
 BuildRequires: pkgconfig(capi-system-info)
 BuildRequires: pkgconfig(capi-system-device)
index 738b205b4b1a5ff500681d3a2dfd18b9b57c30f9..89bbb8303f4869ff152e045a205e4a4d0cdbd202 100644 (file)
@@ -1,6 +1,6 @@
 SET(target_shared "${target_prefix}-shared")
 SET(DEPS
-       libcontext-server
+       context-common
 )
 
 ADD_SUBDIRECTORY(shared)