Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use libsystemd instead of libsystemd-daemon
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 ee510b9 commit 4b47aa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/daemon/daemon.pro
Expand Up @@ -12,7 +12,7 @@ PKGCONFIG += \
dbus-1 \
keepalive \
nemodbus \
libsystemd-daemon
libsystemd

INCLUDEPATH += \
$$PWD/../ \
Expand Down
2 changes: 1 addition & 1 deletion src/nemo-devicelock/host/host.pro
Expand Up @@ -12,7 +12,7 @@ QT += dbus
PKGCONFIG += \
dbus-1 \
keepalive \
libsystemd-daemon
libsystemd

INCLUDEPATH += \
$$PWD/.. \
Expand Down

0 comments on commit 4b47aa8

Please sign in to comment.