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

index 29f614c..03f39a1 100644 (file)
@@ -10,7 +10,7 @@ FILE(GLOB_RECURSE SRCS src/*.cpp)
 MESSAGE("Sources: ${SRCS}")
 
 # Dependencies
-SET(DEPS "gio-2.0 libcontext-shared aul bundle capi-appfw-app-control pkgmgr-info")
+SET(DEPS "gio-2.0 context-common aul bundle capi-appfw-app-control pkgmgr-info")
 
 IF(${LEGACY_SECURITY})
        SET(DEPS "${DEPS} security-server")
index d2e1a19..786c0cb 100644 (file)
@@ -18,7 +18,7 @@ ExcludeArch: %{arm} aarch64 %ix86 x86_64
 
 BuildRequires: cmake
 BuildRequires: pkgconfig(gio-2.0)
-BuildRequires: pkgconfig(libcontext-shared)
+BuildRequires: pkgconfig(context-common)
 BuildRequires: pkgconfig(aul)
 BuildRequires: pkgconfig(bundle)
 BuildRequires: pkgconfig(capi-appfw-app-control)