From e937d039a398597de826e82e6822f72ab35273cc Mon Sep 17 00:00:00 2001 From: Mu-Woong Lee Date: Fri, 3 Jun 2016 10:51:18 +0900 Subject: [PATCH] Update build dependency w.r.t. the change of context-common Change-Id: Ifac470ec5335130c8f6421efce6ba80db2e33131 Signed-off-by: Mu-Woong Lee --- CMakeLists.txt | 2 +- packaging/context.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 29f614c..03f39a1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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") diff --git a/packaging/context.spec b/packaging/context.spec index d2e1a19..786c0cb 100644 --- a/packaging/context.spec +++ b/packaging/context.spec @@ -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) -- 2.7.4