From e1b37d1e26ba99627b42853e014edada5c4603c0 Mon Sep 17 00:00:00 2001 From: Unsung Lee Date: Mon, 20 Jun 2022 10:09:16 +0900 Subject: [PATCH] Delete some package dependencies Change-Id: Iafa2dd8caea32b06e21f28748f4bb5e29972c6ed Signed-off-by: Unsung Lee --- CMakeLists.txt | 3 --- packaging/capi-system-resource.spec | 3 --- src/plugin/CMakeLists.txt | 3 --- tests/CMakeLists.txt | 3 --- 4 files changed, 12 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ba8dbbb..adeaadf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/packaging/capi-system-resource.spec b/packaging/capi-system-resource.spec index 24a97ab..ec0cf61 100644 --- a/packaging/capi-system-resource.spec +++ b/packaging/capi-system-resource.spec @@ -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 diff --git a/src/plugin/CMakeLists.txt b/src/plugin/CMakeLists.txt index 78c1c8b..94d688c 100644 --- a/src/plugin/CMakeLists.txt +++ b/src/plugin/CMakeLists.txt @@ -7,10 +7,7 @@ SET(SOURCES SET(PKG_MODULES dlog - vconf capi-base-common - capi-system-info - libsyscommon ) INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/include) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 8f78f83..4d991a7 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -6,10 +6,7 @@ SET(SOURCES SET(PKG_MODULES dlog - vconf capi-base-common - capi-system-info - libsyscommon ) INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/include) -- 2.7.4