From dc3299fe4da6f217407e9bcaa98693e564728ec7 Mon Sep 17 00:00:00 2001 From: INSUN PYO Date: Wed, 3 Feb 2021 12:25:29 +0900 Subject: [PATCH] Change systemd-devel package name Change-Id: Ice71af1cdaf08b54da6285cdccfc1367ab3cf899 --- installer/CMakeLists.txt | 2 +- packaging/pkgmgr.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/CMakeLists.txt b/installer/CMakeLists.txt index 4aa5e87..9c734d0 100644 --- a/installer/CMakeLists.txt +++ b/installer/CMakeLists.txt @@ -14,7 +14,7 @@ foreach(flag ${installer_pkgs_CFLAGS}) set(installer_pkgs_CFLAGS_str "${installer_pkgs_CFLAGS_str} ${flag}") endforeach() -PKG_CHECK_MODULES(AGENT_DEPS REQUIRED glib-2.0 gio-2.0 dlog libsystemd-daemon) +PKG_CHECK_MODULES(AGENT_DEPS REQUIRED glib-2.0 gio-2.0 dlog libsystemd) FOREACH(FLAG ${AGENT_DEPS_CFLAGS}) SET(AGENT_CFLAGS "${AGENT_CFLAGS} ${FLAG}") ENDFOREACH() diff --git a/packaging/pkgmgr.spec b/packaging/pkgmgr.spec index 1733990..f438030 100644 --- a/packaging/pkgmgr.spec +++ b/packaging/pkgmgr.spec @@ -30,7 +30,7 @@ BuildRequires: pkgconfig(libtzplatform-config) BuildRequires: pkgconfig(xdgmime) BuildRequires: pkgconfig(db-util) BuildRequires: pkgconfig(libsmack) -BuildRequires: pkgconfig(libsystemd-daemon) +BuildRequires: pkgconfig(libsystemd) BuildRequires: pkgconfig(minizip) BuildRequires: pkgmgr-info-parser-devel BuildRequires: pkgmgr-info-parser -- 2.34.1