Re: [PATCH wayland] build: Allow disabling building of wayland libraries

2015-06-15 Thread Derek Foreman
On 14/06/15 07:48 PM, Peter Hutterer wrote: > On Fri, Jun 12, 2015 at 03:01:24PM -0500, Derek Foreman wrote: >> When cross-compiling it may be useful to build only the wayland-scanner >> natively. This patch makes it possible to disable build of the libraries. >> >> This also allows us to relax so

Re: [PATCH wayland] build: Allow disabling building of wayland libraries

2015-06-14 Thread Peter Hutterer
On Fri, Jun 12, 2015 at 03:01:24PM -0500, Derek Foreman wrote: > When cross-compiling it may be useful to build only the wayland-scanner > natively. This patch makes it possible to disable build of the libraries. > > This also allows us to relax some of the build requirements when compiling > jus

[PATCH wayland] build: Allow disabling building of wayland libraries

2015-06-12 Thread Derek Foreman
When cross-compiling it may be useful to build only the wayland-scanner natively. This patch makes it possible to disable build of the libraries. This also allows us to relax some of the build requirements when compiling just the scanner. Signed-off-by: Derek Foreman --- Makefile.am | 42