Re: libinput pressure detection: clarification for drivers

2017-03-05 Thread Peter Hutterer
On Fri, Mar 03, 2017 at 06:41:31PM -0800, Life is hard, and then you die wrote: > > I was testing out the new pressure-based touch detection in libinput > (on a new MBP where the sensitivy is such that it's been possible to > move the mouse without actually touching the touchpad, so this new > fea

Re: libinput - Wacom Intuos PT S 2 Finger

2017-03-05 Thread Peter Hutterer
On Thu, Mar 02, 2017 at 11:11:17PM +0100, g wrote: > Hello, I've just received the tablet mentioned above. I've tried to get > it up and running with libinput-gestures. When starting gestures I get > the following error: > > libinput error: libinput bug: Device 'Wacom Intuos PT S 2 Pad' does not >

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

2017-03-05 Thread Yann E. MORIN
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 idneed false exists in the PATH, for virtually all systems we have a chance to be compiled on. So we conclude that we do have a C++ compiler, when this is clearly wrong. Improve

[PATCH] [wayland] configure: add option to disable tests

2017-03-05 Thread Yann E. MORIN
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 E. MORIN" --- Makefile.am | 3 ++- configure.ac | 8 2 files changed,