summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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)