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 fa800f9..97e37db 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 738b205..89bbb83 100644 (file)
@@ -1,6 +1,6 @@
 SET(target_shared "${target_prefix}-shared")
 SET(DEPS
-       libcontext-server
+       context-common
 )
 
 ADD_SUBDIRECTORY(shared)