Re: [RFC wayland-protocols] inputfd - direct input access protocol

2017-04-02 Thread Peter Hutterer
On Sat, Apr 01, 2017 at 12:55:57PM +0800, Jonas Ã…dahl wrote: > On Sat, Apr 01, 2017 at 10:48:40AM +1000, Peter Hutterer wrote: > > On Fri, Mar 31, 2017 at 12:23:49PM +0300, Pekka Paalanen wrote: > > > > + > > > > + This event is sent to notify the client of a custom property > > > >

Re: [PATCH v2] configure: add option to disable tests

2017-04-02 Thread Yann E. MORIN
Hello, On 2017-03-08 18:25 +0100, Yann E. MORIN spake thusly: > When building for a product, tests are not needed. > > Besides, one test requires a C++ compiler, which is not always > available. > > So, add an option to configure to disable building tests altogether. > > Signed-off-by: "Yann

Re: [PATCH v2] configure: better check for the C++ compiler

2017-04-02 Thread Yann E. MORIN
Hello, On 2017-03-08 18:23 +0100, Yann E. MORIN spake thusly: > When a C++ compiler is not found, then AC_PROG_CXX will set CXX to > 'false'. > > However, we test that we can find $CXX, and indeed false exists in > the PATH, for virtually all systems we have a chance to be compiled > on. So we