From: Mu-Woong Lee Date: Fri, 15 Apr 2016 06:42:07 +0000 (+0900) Subject: Remove unnecessary explicit dependency to libcontext-shared X-Git-Tag: submit/tizen/20160503.015801^2~28 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dc80947d59ea52c2ab8d04a914562ee94b6b54f9;p=platform%2Fcore%2Fcontext%2Fcontext-provider.git Remove unnecessary explicit dependency to libcontext-shared Change-Id: I93b403dd61a6febcd0717c7952e5366a883c0170 Signed-off-by: Mu-Woong Lee --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 42e2659..913174a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ ADD_DEFINITIONS(-O2 -Wall -fPIC -fdata-sections -ffunction-sections -fvisibility SET(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -fPIC -Wl,--as-needed -Wl,--gc-section -Wl,--print-gc-section") # Base Dependency -SET(dependencies libcontext-shared libcontext-server) +SET(dependencies libcontext-server) # Profiles IF("${PROFILE}" STREQUAL "mobile") diff --git a/packaging/context-provider.spec b/packaging/context-provider.spec index a259bde..7068f1e 100644 --- a/packaging/context-provider.spec +++ b/packaging/context-provider.spec @@ -11,7 +11,6 @@ Source0: %{name}-%{version}.tar.gz BuildRequires: cmake -BuildRequires: pkgconfig(libcontext-shared) BuildRequires: pkgconfig(libcontext-server) BuildRequires: pkgconfig(vconf) BuildRequires: pkgconfig(capi-system-info)