GNOME Bugzilla – Bug 749560
Add support for libsystemd
Last modified: 2015-06-28 15:38:07 UTC
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=779753 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 changes the configure check for systemd to first try libsystemd and fall-back to libsystemd-login. I've also slighly simplified the configure check by bumping the minimum version to v44, so we don't need the v43 exclusion. Please review and apply. [1] http://lists.freedesktop.org/archives/systemd-devel/2014-February/017146.html
Created attachment 303553 [details] [review] [PATCH] Add support for libsystemd
Review of attachment 303553 [details] [review]: Thanks for the patch, this looks fine, it would be ok to push it, to have it in 3.18.0, and we have some time to test this until then.
Committed as 31d37f521d3efdb338b6ec4f83f3dbef68958aa1 Thanks for the review