Re: [PATCH weston] xwayland: Include missing config.h

2016-07-07 Thread Eric Engestrom
On Wed, Jul 06, 2016 at 03:14:20PM -0700, Bryce Harrington wrote: > Signed-off-by: Bryce Harrington Indeed, this is needed for XSERVER_PATH Reviewed-by: Eric Engestrom > --- > compositor/xwayland.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/compositor/xwayland.c b/compositor/x

[PATCH weston] xwayland: Include missing config.h

2016-07-06 Thread Bryce Harrington
Signed-off-by: Bryce Harrington --- compositor/xwayland.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compositor/xwayland.c b/compositor/xwayland.c index 26eda20..9fa7600 100644 --- a/compositor/xwayland.c +++ b/compositor/xwayland.c @@ -24,6 +24,8 @@ * SOFTWARE. */ +#include "con