GNOME Bugzilla – Bug 751016
Add support for libsystemd
Last modified: 2015-06-15 20:03:51 UTC
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=779743 In systemd v209, released over a year ago, 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 [1]. The attached patch switches to the new library name, as this makes the patch simpler and cleaner. If you want to support systemd versions < 209, I can update the patch accordingly. [1] http://lists.freedesktop.org/archives/systemd-devel/2014-February/017146.html
Created attachment 305340 [details] [review] Update configure.ac to check for libsystemd
Review of attachment 305340 [details] [review]: Sure.
(In reply to Jasper St. Pierre from comment #2) > Review of attachment 305340 [details] [review] [review]: > > Sure. Since I'm a bit confused now by this reply, are you ok with me pushing the patch as is?
Yep. That's what the "accept-commit_now" status means.
Pushed as 35889a0, thanks for the review Jasper