Re: [PATCH][weston] build: Require dbus for systemd-login

2016-02-16 Thread Bryce Harrington
On Wed, Nov 04, 2015 at 12:13:08PM +0100, Manuel Bachmann wrote: > systemd-login support requires dbus (see "dbus.h" header in > "launcher-logind.c") but the configure script was only > checking libsystemd-login availability to define the > HAVE_SYSTEMD_LOGIN macro, which results in undefined > sym

[PATCH][weston] build: Require dbus for systemd-login

2015-11-04 Thread Manuel Bachmann
systemd-login support requires dbus (see "dbus.h" header in "launcher-logind.c") but the configure script was only checking libsystemd-login availability to define the HAVE_SYSTEMD_LOGIN macro, which results in undefined symbols in launcher-unit. Put the systemd-login checks after the dbus ones, a