Remove unnecessary explicit dependency to libcontext-shared 92/66092/1
authorMu-Woong Lee <muwoong.lee@samsung.com>
Fri, 15 Apr 2016 06:42:07 +0000 (15:42 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Fri, 15 Apr 2016 06:42:07 +0000 (15:42 +0900)
Change-Id: I93b403dd61a6febcd0717c7952e5366a883c0170
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
CMakeLists.txt
packaging/context-provider.spec

index 42e2659..913174a 100644 (file)
@@ -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")
index a259bde..7068f1e 100644 (file)
@@ -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)