Re: [PATCH wayland 2/3] Makefile: do not put TESTS into check_PROGRAMS

2016-11-15 Thread Peter Hutterer
On Thu, Nov 10, 2016 at 11:57:44AM +0200, Pekka Paalanen wrote: > From: Pekka Paalanen > > If you assign TESTS into check_PROGRAMS, you cannot add a test that is > not built from source files. > > Instead, use a temporary variable built_test_programs to hold the

Re: [PATCH libinput] Use AM_DISTCHECK_CONFIGURE_FLAGS, not just DISTCHECK_CONFIGURE_FLAGS

2016-11-15 Thread Emil Velikov
On 15 November 2016 at 05:11, Peter Hutterer wrote: > The latter is for commandline overrides. > > Signed-off-by: Peter Hutterer Reviewed-by: Emil Velikov > --- > Ooops, didn't notice until Semaphore CI failed (it

Re: [PATCH wayland] protocol: spell out that we're using linux/input-event-codes.h key codes

2016-11-15 Thread Jonas Ã…dahl
On Thu, Nov 10, 2016 at 10:22:41AM +, Daniel Stone wrote: > Hi, > > On 10 November 2016 at 05:19, Peter Hutterer wrote: > > A side-note here: my first version sent to Jonas privately had a reserved > > range for any key with the highest bit set. The idea here was to

Re: [PATCH wayland 3/3] tests: add scanner tests

2016-11-15 Thread Emilio Pozuelo Monfort
On 11/11/16 15:56, Pekka Paalanen wrote: > On Thu, 10 Nov 2016 12:18:55 +0200 > Pekka Paalanen wrote: > >> On Thu, 10 Nov 2016 11:11:51 +0100 >> Emilio Pozuelo Monfort wrote: >> >>> On 10/11/16 10:57, Pekka Paalanen wrote: From: Pekka Paalanen

Re: [PATCH weston v2 1/3] gl-renderer: Add EGLDevice enumeration support

2016-11-15 Thread Pekka Paalanen
On Mon, 14 Nov 2016 20:38:43 -0800 Miguel Angel Vico wrote: > Thanks, Pekka. > > Inline. > > On Mon, 7 Nov 2016 16:22:49 +0200 > Pekka Paalanen wrote: > > > * PGP Signed by an unknown key > > > > On Wed, 18 May 2016 17:51:36 +0200 > > "Miguel A.