Re: [PATCH xserver] meson: Fix xwayland build since xwayland-keyboard-grab.

2017-08-02 Thread Peter Hutterer
On Tue, Aug 01, 2017 at 01:11:25PM -0700, Eric Anholt wrote: > The version detect was erroring out with 1.9 protos installed, and we > weren't building the new code. > > Signed-off-by: Eric Anholt oops, sorry about that. 0a448d133..2d50e32e0 master -> master Cheers, Peter > --- > hw/

[PATCH xserver] meson: Fix xwayland build since xwayland-keyboard-grab.

2017-08-01 Thread Eric Anholt
The version detect was erroring out with 1.9 protos installed, and we weren't building the new code. Signed-off-by: Eric Anholt --- hw/xwayland/meson.build | 3 +++ meson.build | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/hw/xwayland/meson.build b/hw/xwayland