Re: [PATCHv3] build: Fix systemd-daemon compile/linker flags

2015-11-22 Thread Peter Hutterer
On Thu, Nov 19, 2015 at 04:04:30PM +0200, Jussi Kukkonen wrote: > * Dont add systemd to REQUIRED_LIBS (this lead to build failure when > libsystemd is available but libsystemd-daemon is not) > * Only use systemd compile and linker flags where needed (libxtrans) > * Try libsystemd (>= 210) first

Re: [PATCHv3] build: Fix systemd-daemon compile/linker flags

2015-11-22 Thread Peter Hutterer
On Mon, Nov 23, 2015 at 12:07:33AM +, Emil Velikov wrote: > On 22 November 2015 at 23:37, Peter Hutterer wrote: > > On Thu, Nov 19, 2015 at 04:04:30PM +0200, Jussi Kukkonen wrote: > >> * Dont add systemd to REQUIRED_LIBS (this lead to build failure when > >>

[PATCH v3] xwayland: Do not set root clip when rootless

2015-11-22 Thread Olivier Fourdan
Otherwise the server may try to draw onto the root window when closing down, but when running rootless the root window has no storage thus causing a memory corruption. Thanks to Adam Jackson for helping tracking this down! Bugzilla:

Re: [PATCHv3] build: Fix systemd-daemon compile/linker flags

2015-11-22 Thread Emil Velikov
On 22 November 2015 at 23:37, Peter Hutterer wrote: > On Thu, Nov 19, 2015 at 04:04:30PM +0200, Jussi Kukkonen wrote: >> * Dont add systemd to REQUIRED_LIBS (this lead to build failure when >> libsystemd is available but libsystemd-daemon is not) >> * Only use systemd

[PATCH xserver] xfree86: fix minor memory leak

2015-11-22 Thread Peter Hutterer
xf86*StrOption returns a strdup Signed-off-by: Peter Hutterer --- hw/xfree86/common/xf86Xinput.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hw/xfree86/common/xf86Xinput.c b/hw/xfree86/common/xf86Xinput.c index a5b0568..c56a2b9 100644 ---