Re: [PATCH weston] build: Fix build when Wayland headers are not in standard prefix

2014-02-03 Thread Bryce W. Harrington
On Mon, Feb 03, 2014 at 05:55:39PM +0200, Ander Conselvan de Oliveira wrote: > The move to a single Makefile.am missed to set a few _CFLAGS variables, > causing the build to fail if the Wayland headers are not installed in > the standard prefix. Looks like Pekka caught these already with commits 5

[PATCH weston] build: Fix build when Wayland headers are not in standard prefix

2014-02-03 Thread Ander Conselvan de Oliveira
The move to a single Makefile.am missed to set a few _CFLAGS variables, causing the build to fail if the Wayland headers are not installed in the standard prefix. --- Makefile.am | 8 1 file changed, 8 insertions(+) diff --git a/Makefile.am b/Makefile.am index 753ff83..06d2434 100644 ---