summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorINSUN PYO <insun.pyo@samsung.com>2021-02-03 10:04:48 +0900
committerINSUN PYO <insun.pyo@samsung.com>2021-02-03 10:05:04 +0900
commit6e92ac543773c0175022da590af3df40d656da67 (patch)
treebed1fd4664f53936aa184ade80e6d1991ff25f9f
parent986f5e28a820cab758cb18792b22519183663dc7 (diff)
downloadauth-fw-accepted/tizen/7.0/unified/20221110.060655.tar.gz
auth-fw-accepted/tizen/7.0/unified/20221110.060655.tar.bz2
auth-fw-accepted/tizen/7.0/unified/20221110.060655.zip
Change-Id: Iceac85a7a3b452d2e0f8395174d2eaabe53a7415
-rw-r--r--packaging/auth-fw.spec2
-rw-r--r--src/server/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/packaging/auth-fw.spec b/packaging/auth-fw.spec
index 94b2d17..570549d 100644
--- a/packaging/auth-fw.spec
+++ b/packaging/auth-fw.spec
@@ -13,7 +13,7 @@ Source1005: %{name}-test.manifest
BuildRequires: cmake
BuildRequires: pkgconfig(dlog)
BuildRequires: pkgconfig(libsmack)
-BuildRequires: pkgconfig(libsystemd-daemon)
+BuildRequires: pkgconfig(libsystemd)
BuildRequires: pkgconfig(libtzplatform-config)
Requires: security-config
Requires: lib%{name}-sw-backend = %{version}-%{release}
diff --git a/src/server/CMakeLists.txt b/src/server/CMakeLists.txt
index 7106052..cecadd3 100644
--- a/src/server/CMakeLists.txt
+++ b/src/server/CMakeLists.txt
@@ -1,7 +1,7 @@
PKG_CHECK_MODULES(SERVER_DEP
REQUIRED
libsmack
- libsystemd-daemon
+ libsystemd
)
FIND_PACKAGE(Threads REQUIRED)