summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorINSUN PYO <insun.pyo@samsung.com>2021-02-03 12:42:20 +0900
committerINSUN PYO <insun.pyo@samsung.com>2021-02-03 12:42:20 +0900
commit1967395f4c21f89fff2f9e38b0b856366b6e78ab (patch)
treee38201ecfcb509539876cb12e62e50bd4eeb1e4d /src
parentf40b597d613e4296621ee4c6a5c1951bc3479fb1 (diff)
downloadcert-checker-tizen_6.5.tar.gz
cert-checker-tizen_6.5.tar.bz2
cert-checker-tizen_6.5.zip
Change-Id: I56c59f796f704f37ad5bc933eb106275ca0ef186
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt2
-rw-r--r--src/client/CMakeLists.txt2
-rw-r--r--src/common/CMakeLists.txt3
3 files changed, 3 insertions, 4 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 9cdae1b..3119584 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -27,7 +27,7 @@ PKG_CHECK_MODULES(${TARGET_CERT_CHECKER}_DEP
gio-2.0
icu-i18n
key-manager
- libsystemd-daemon
+ libsystemd
sqlite3
pkgmgr
pkgmgr-info
diff --git a/src/client/CMakeLists.txt b/src/client/CMakeLists.txt
index fb94c8a..53df03e 100644
--- a/src/client/CMakeLists.txt
+++ b/src/client/CMakeLists.txt
@@ -18,7 +18,7 @@
#
PKG_CHECK_MODULES(${TARGET_CERT_CHECKER_CLIENT}_DEP
REQUIRED
- libsystemd-journal
+ libsystemd
)
SET(${TARGET_CERT_CHECKER_CLIENT}_SRCS
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt
index 8143262..c3175b3 100644
--- a/src/common/CMakeLists.txt
+++ b/src/common/CMakeLists.txt
@@ -18,8 +18,7 @@
#
PKG_CHECK_MODULES(${TARGET_CERT_CHECKER_COMMON}_DEP
REQUIRED
- libsystemd-journal
- libsystemd-daemon
+ libsystemd
)
SET(COMMON_PATH ${CERT_CHECKER_SRC_PATH}/common)