[PATCH] Allow kmscon to be cross-compiled

2013-09-12 Thread David Herrmann
Hi On Mon, Sep 9, 2013 at 1:43 PM, Thierry Reding wrote: > On Mon, Sep 09, 2013 at 12:48:08PM +0200, David Herrmann wrote: >> Hi >> >> On Mon, Sep 9, 2013 at 12:27 PM, Thierry Reding >> wrote: >> > The genshader and genunifont utilities are run during the build process >> > to generate source f

[PATCH] Allow kmscon to be cross-compiled

2013-09-09 Thread Thierry Reding
On Mon, Sep 09, 2013 at 12:48:08PM +0200, David Herrmann wrote: > Hi > > On Mon, Sep 9, 2013 at 12:27 PM, Thierry Reding > wrote: > > The genshader and genunifont utilities are run during the build process > > to generate source files. In order for that to work when cross-compiling > > the files

[PATCH] Allow kmscon to be cross-compiled

2013-09-09 Thread David Herrmann
Hi On Mon, Sep 9, 2013 at 12:27 PM, Thierry Reding wrote: > The genshader and genunifont utilities are run during the build process > to generate source files. In order for that to work when cross-compiling > the files need to be built using the native compiler instead of the > cross-compiler. >

[PATCH] Allow kmscon to be cross-compiled

2013-09-09 Thread Thierry Reding
The genshader and genunifont utilities are run during the build process to generate source files. In order for that to work when cross-compiling the files need to be built using the native compiler instead of the cross-compiler. Add the AX_PROG_CC_FOR_BUILD m4 macro which defines various *_FOR_BUI