From: Mu-Woong Lee Date: Fri, 3 Jun 2016 01:51:46 +0000 (+0900) Subject: Update build dependency w.r.t. the change of context-common X-Git-Tag: submit/tizen/20160622.045445~1^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=222ddd632676764e17d7330670ac6705fc259081;p=platform%2Fcore%2Fcontext%2Fcontext-provider.git Update build dependency w.r.t. the change of context-common Change-Id: I6eaa337dfc405eb00bb3a9fb9866e65435ea8f3b Signed-off-by: Mu-Woong Lee --- diff --git a/packaging/context-provider.spec b/packaging/context-provider.spec index fa800f9..97e37db 100644 --- a/packaging/context-provider.spec +++ b/packaging/context-provider.spec @@ -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) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 738b205..89bbb83 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,6 +1,6 @@ SET(target_shared "${target_prefix}-shared") SET(DEPS - libcontext-server + context-common ) ADD_SUBDIRECTORY(shared)