Re: [PATCH 1/5] Always build wayland-scanner

2014-05-27 Thread Jasper St. Pierre
You need to use AS_IF instead of shell 'if' if you want to use AC_SUBST inside a conditional. On Tue, May 27, 2014 at 3:23 AM, Thierry Reding wrote: > On Tue, May 27, 2014 at 09:22:30AM +0300, Pekka Paalanen wrote: > > On Mon, 19 May 2014 17:12:39 +0200 > > Thierry Reding wrote: > > > > > From:

Re: [PATCH 1/5] Always build wayland-scanner

2014-05-27 Thread Thierry Reding
On Tue, May 27, 2014 at 09:22:30AM +0300, Pekka Paalanen wrote: > On Mon, 19 May 2014 17:12:39 +0200 > Thierry Reding wrote: > > > From: Thierry Reding > > > > When cross-compiling, wayland-scanner cannot be used to generate files > > because it is built for the host architecture. To overcome t

Re: [PATCH 1/5] Always build wayland-scanner

2014-05-26 Thread Pekka Paalanen
On Mon, 19 May 2014 17:12:39 +0200 Thierry Reding wrote: > From: Thierry Reding > > When cross-compiling, wayland-scanner cannot be used to generate files > because it is built for the host architecture. To overcome this, users > currently need to instruct the build not to create wayland-scanne

[PATCH 1/5] Always build wayland-scanner

2014-05-19 Thread Thierry Reding
From: Thierry Reding When cross-compiling, wayland-scanner cannot be used to generate files because it is built for the host architecture. To overcome this, users currently need to instruct the build not to create wayland-scanner and provide a native variant in the PATH. This has the disadvantage