Navigation Menu

Skip to content

Commit

Permalink
Use libsystemd instead of libsystemd-daemon
Browse files Browse the repository at this point in the history
In systemd v209, released in 2014, the various libsystemd-*
libraries (libsystemd-journal.so, libsystemd-login.so, libsystem-daemon.so,
libsystemd-id128.so) were merged into a single libsystemd.so library to
reduce code duplication and avoid cyclic dependencies.
  • Loading branch information
PureTryOut committed Mar 25, 2020
1 parent fc298b0 commit 278782f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/server.pro
Expand Up @@ -82,7 +82,7 @@ SOURCES += notification.cpp
HEADERS += notification.h

CONFIG += link_pkgconfig iodata-qt5
PKGCONFIG += libpcrecpp libsystemd-daemon
PKGCONFIG += libpcrecpp libsystemd
PKGCONFIG += sailfishaccesscontrol

CONFIG(dsme_dbus_if) {
Expand Down

0 comments on commit 278782f

Please sign in to comment.