From 5668ff5e343acec7c714d34d270d593f84170fba Mon Sep 17 00:00:00 2001 From: Seonah Moon Date: Thu, 16 Jun 2016 13:39:41 +0900 Subject: [PATCH] Remove aul dependency Change-Id: If602b98d2a81771630b05657a3c6667b787794c4 Signed-off-by: Seonah Moon --- CMakeLists.txt | 1 - packaging/net-config.spec | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 237f2b5..5388627 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -91,7 +91,6 @@ ENDIF(TIZEN_DEBUG_DISABLE) INCLUDE(FindPkgConfig) PKG_CHECK_MODULES(pkgs REQUIRED - aul dlog tapi vconf diff --git a/packaging/net-config.spec b/packaging/net-config.spec index 2b7b7e2..5bcf032 100755 --- a/packaging/net-config.spec +++ b/packaging/net-config.spec @@ -1,11 +1,10 @@ Name: net-config Summary: TIZEN Network Configuration service -Version: 1.1.75 +Version: 1.1.76 Release: 2 Group: System/Network License: Apache-2.0 Source0: %{name}-%{version}.tar.gz -BuildRequires: pkgconfig(aul) BuildRequires: pkgconfig(dlog) BuildRequires: pkgconfig(tapi) BuildRequires: pkgconfig(vconf) -- 2.34.1