Re: [PATCH libinput 1/2] meson: Fix absolute libdir case in install script

2018-02-15 Thread Peter Hutterer
On Thu, Nov 30, 2017 at 09:23:38AM +0100, Quentin Glidic wrote: > From: Quentin Glidic > > If libdir is an absolute path (which means it’s outside of prefix) we > would wrongly add the prefix to it in the install script. Just pass the > correct libdir from Meson directly thanks to join_paths() ma

[PATCH libinput 1/2] meson: Fix absolute libdir case in install script

2017-11-30 Thread Quentin Glidic
From: Quentin Glidic If libdir is an absolute path (which means it’s outside of prefix) we would wrongly add the prefix to it in the install script. Just pass the correct libdir from Meson directly thanks to join_paths() magic. Signed-off-by: Quentin Glidic --- Just found this one while doing p