Re: [PATCH libinput] meson: swap libinput dependencies

2017-06-25 Thread Michel Dänzer
On 23/06/17 02:23 PM, Peter Hutterer wrote: > Since meson commit ae9b238 "ninja: De-dup libraries and use --start/end-group" > we get linker errors with the tools. The duplication is apparently a bit too > agressive, swapping the order here make sure libinput isn't removed. > > Signed-off-by: Pete

[PATCH libinput] meson: swap libinput dependencies

2017-06-22 Thread Peter Hutterer
Since meson commit ae9b238 "ninja: De-dup libraries and use --start/end-group" we get linker errors with the tools. The duplication is apparently a bit too agressive, swapping the order here make sure libinput isn't removed. Signed-off-by: Peter Hutterer Reported-by: Michel Dänzer --- meson.bui