Re: [PATCH libinput 1/5] tools: if the execdir is the builddir, add it to the path

2018-07-04 Thread Peter Hutterer
On Wed, Jul 04, 2018 at 11:29:26AM +0100, Emil Velikov wrote: > Hi Peter, > > On 28 June 2018 at 00:51, Peter Hutterer wrote: > > When running libinput tools from the builddir, look up the subtools in the > > builddir as well. Otherwise, add the install prefix to the list of lookup > > locations.

Re: [PATCH libinput 1/5] tools: if the execdir is the builddir, add it to the path

2018-07-04 Thread Emil Velikov
Hi Peter, On 28 June 2018 at 00:51, Peter Hutterer wrote: > When running libinput tools from the builddir, look up the subtools in the > builddir as well. Otherwise, add the install prefix to the list of lookup > locations. > > This ensures that a) we're running builddir stuff against builddir st

Re: [PATCH libinput 1/5] tools: if the execdir is the builddir, add it to the path

2018-06-28 Thread Pekka Paalanen
On Thu, 28 Jun 2018 09:51:39 +1000 Peter Hutterer wrote: > When running libinput tools from the builddir, look up the subtools in the > builddir as well. Otherwise, add the install prefix to the list of lookup > locations. > > This ensures that a) we're running builddir stuff against builddir st

[PATCH libinput 1/5] tools: if the execdir is the builddir, add it to the path

2018-06-27 Thread Peter Hutterer
When running libinput tools from the builddir, look up the subtools in the builddir as well. Otherwise, add the install prefix to the list of lookup locations. This ensures that a) we're running builddir stuff against builddir stuff, but also b) that we're not running builddir stuff against instal