Delete some package dependencies 11/276511/2
authorUnsung Lee <unsung.lee@samsung.com>
Mon, 20 Jun 2022 01:09:16 +0000 (10:09 +0900)
committerUnsung Lee <unsung.lee@samsung.com>
Mon, 20 Jun 2022 01:11:34 +0000 (10:11 +0900)
Change-Id: Iafa2dd8caea32b06e21f28748f4bb5e29972c6ed
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
CMakeLists.txt
packaging/capi-system-resource.spec
src/plugin/CMakeLists.txt
tests/CMakeLists.txt

index ba8dbbb..adeaadf 100644 (file)
@@ -5,10 +5,7 @@ ADD_DEFINITIONS("-DPLUGIN_PATH=\"${PLUGIN_PATH}\"")
 
 SET(PKG_MODULES
        dlog
-       vconf
        capi-base-common
-       capi-system-info
-       libsyscommon
 )
 
 SET(INC_DIR include)
index 24a97ab..ec0cf61 100644 (file)
@@ -8,10 +8,7 @@ Source0:    %{name}-%{version}.tar.gz
 Source1:    capi-system-resource.manifest
 BuildRequires:  cmake
 BuildRequires:  pkgconfig(capi-base-common)
-BuildRequires:  pkgconfig(capi-system-info)
 BuildRequires:  pkgconfig(dlog)
-BuildRequires:  pkgconfig(vconf)
-BuildRequires:  pkgconfig(libsyscommon)
 
 %description
 API library for system resource management and optimization
index 78c1c8b..94d688c 100644 (file)
@@ -7,10 +7,7 @@ SET(SOURCES
 
 SET(PKG_MODULES
        dlog
-       vconf
        capi-base-common
-       capi-system-info
-       libsyscommon
 )
 INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/include)
 
index 8f78f83..4d991a7 100644 (file)
@@ -6,10 +6,7 @@ SET(SOURCES
 
 SET(PKG_MODULES
        dlog
-       vconf
        capi-base-common
-       capi-system-info
-       libsyscommon
 )
 INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/include)