From fdb5c4c04d299606495998c2eb4009317ffc023b Mon Sep 17 00:00:00 2001 From: Ilho Kim Date: Thu, 28 Mar 2024 16:52:54 +0900 Subject: [PATCH] Remove aul dependency Change-Id: Ic668505bb464ae9fe25cee0aa588a344dc704e2f Signed-off-by: Ilho Kim --- installer/CMakeLists.txt | 1 - packaging/pkgmgr.spec | 1 - 2 files changed, 2 deletions(-) diff --git a/installer/CMakeLists.txt b/installer/CMakeLists.txt index b667763..d0289b1 100644 --- a/installer/CMakeLists.txt +++ b/installer/CMakeLists.txt @@ -17,7 +17,6 @@ FOREACH(FLAGS ${INSTALLER_DEPS_CFLAGS}) ENDFOREACH(FLAGS) PKG_CHECK_MODULES(AGENT_DEPS REQUIRED - aul glib-2.0 gio-2.0 dlog diff --git a/packaging/pkgmgr.spec b/packaging/pkgmgr.spec index 57ee5a7..4d32091 100644 --- a/packaging/pkgmgr.spec +++ b/packaging/pkgmgr.spec @@ -20,7 +20,6 @@ Requires(post): capi-system-info BuildRequires: cmake BuildRequires: unzip BuildRequires: gettext-tools -BuildRequires: pkgconfig(aul) BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(dlog) -- 2.7.4