Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'systemd' into 'master'
Use libsystemd instead of libsystemd-daemon

See merge request mer-core/nemo-qml-plugin-devicelock!46
  • Loading branch information
pvuorela committed Mar 25, 2020
2 parents ee510b9 + 4b47aa8 commit 2fc5aaa
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 2fc5aaa

Please sign in to comment.