From dc80947d59ea52c2ab8d04a914562ee94b6b54f9 Mon Sep 17 00:00:00 2001 From: Mu-Woong Lee Date: Fri, 15 Apr 2016 15:42:07 +0900 Subject: [PATCH] Remove unnecessary explicit dependency to libcontext-shared Change-Id: I93b403dd61a6febcd0717c7952e5366a883c0170 Signed-off-by: Mu-Woong Lee --- CMakeLists.txt | 2 +- packaging/context-provider.spec | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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) -- 2.34.1