From 548fce4ecf480762644b75f6c4cb861b5a2c7614 Mon Sep 17 00:00:00 2001 From: Mu-Woong Lee Date: Tue, 16 Feb 2016 21:41:41 +0900 Subject: [PATCH] Replace build dependency context-common with libcontext-shared & server Change-Id: I8bdcb6e90f29fa579cbc03f5b098a8a98037367d Signed-off-by: Mu-Woong Lee --- CMakeLists.txt | 2 +- packaging/context-provider.spec | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ea5ae1a..af3b0b4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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") diff --git a/packaging/context-provider.spec b/packaging/context-provider.spec index 9924dd9..2f9c5af 100644 --- a/packaging/context-provider.spec +++ b/packaging/context-provider.spec @@ -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) -- 2.34.1