From 2959e7e98678119f9e2e0d523e4288c47ed0b765 Mon Sep 17 00:00:00 2001 From: Ilho Kim Date: Thu, 4 Apr 2024 11:19:58 +0900 Subject: [PATCH] Revert "Remove aul dependency" This reverts commit fdb5c4c04d299606495998c2eb4009317ffc023b. Change-Id: Icbf22cf335c54e6038e21056b27a6d8ba6aa08b8 Signed-off-by: Ilho Kim --- installer/CMakeLists.txt | 1 + packaging/pkgmgr.spec | 1 + 2 files changed, 2 insertions(+) diff --git a/installer/CMakeLists.txt b/installer/CMakeLists.txt index d117ebd..8e3c230 100644 --- a/installer/CMakeLists.txt +++ b/installer/CMakeLists.txt @@ -17,6 +17,7 @@ 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 b5c2321..af8ed3d 100644 --- a/packaging/pkgmgr.spec +++ b/packaging/pkgmgr.spec @@ -20,6 +20,7 @@ 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