Re: [PATCH] xserver: Fix configure.ac check for libsystemd/-daemon

2015-12-03 Thread Emil Velikov
Hi guys, We had a similar patch from an intel dev not too long ago, although it never got polished afaics. On 3 December 2015 at 11:39, Pekka Paalanen wrote: > On Fri, 27 Nov 2015 15:57:21 + > Bob Ham wrote: > >> The configure script looks for the libsystemd-daemon pkg-config >> module. If

Re: [PATCH] xserver: Fix configure.ac check for libsystemd/-daemon

2015-12-03 Thread Pekka Paalanen
On Fri, 27 Nov 2015 15:57:21 + Bob Ham wrote: > The configure script looks for the libsystemd-daemon pkg-config > module. If the configure script finds it, the script will add > libsystemd-daemon to a list of modules which are used to consolidate > CFLAGS and LIBS. > > The check for libsyst

Re: [PATCH] xserver: Fix configure.ac check for libsystemd/-daemon

2015-12-03 Thread Bob Ham
On Fri, 2015-11-27 at 15:57 +, Bob Ham wrote: > With this patch, we set a variable depending on which > pkg-config module is found and add that to the module list instead. *ping* -- Bob Ham Software Engineer Open First Collabora is hiring! Please check out our latest opportuniti

[PATCH] xserver: Fix configure.ac check for libsystemd/-daemon

2015-11-27 Thread Bob Ham
The configure script looks for the libsystemd-daemon pkg-config module. If the configure script finds it, the script will add libsystemd-daemon to a list of modules which are used to consolidate CFLAGS and LIBS. The check for libsystemd-daemon was altered to fallback to libsystemd if libsystemd-d