Re: [PATCH weston] clients: Make XKB compose support conditional

2016-10-24 Thread Daniel Stone
On 23 October 2016 at 18:42, Bryce Harrington wrote: > On Sat, Oct 22, 2016 at 03:09:24PM +0100, Daniel Stone wrote: >> Debian Jessie's version of libxkbcommon is too old for compose support, >> so rather than force people to upgrade, let's make it conditional. >> >> Signed-off-by: Daniel Stone >

Re: [PATCH weston] clients: Make XKB compose support conditional

2016-10-23 Thread Bryce Harrington
On Sat, Oct 22, 2016 at 03:09:24PM +0100, Daniel Stone wrote: > Debian Jessie's version of libxkbcommon is too old for compose support, > so rather than force people to upgrade, let's make it conditional. > > Signed-off-by: Daniel Stone > Cc: Bryce Harrington Reviewed-by: Bryce Harrington > -

Re: [PATCH weston] clients: Make XKB compose support conditional

2016-10-23 Thread Daniel Diaz
Hello! On 22 October 2016 at 09:09, Daniel Stone wrote: > Debian Jessie's version of libxkbcommon is too old for compose support, > so rather than force people to upgrade, let's make it conditional. Tested on Ubuntu 14.04 with libxkbcommon-dev 0.4.1. > Signed-off-by: Daniel Stone Reviewed-by

[PATCH weston] clients: Make XKB compose support conditional

2016-10-22 Thread Daniel Stone
Debian Jessie's version of libxkbcommon is too old for compose support, so rather than force people to upgrade, let's make it conditional. Signed-off-by: Daniel Stone Cc: Bryce Harrington --- clients/window.c | 12 configure.ac | 4 2 files changed, 16 insertions(+) diff