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

2017-03-07 Thread Peter Hutterer
On Sun, Mar 05, 2017 at 03:17:36PM +0100, Yann E. MORIN wrote: > When a C++ compiler is not found, then AC_PROG_CXX will set CXX to > 'false'. urgh... that is a rather unexpected behaviour. > However, we test that we can find $CXX, and idneed false exists in typo, "indeed", should be fixed on

waltham ivi-application build failed

2017-03-07 Thread Mizuno, Wataru (ADITJ/SWG)
Hello, I found ivi-applicaion.xml under data directory and tried to build it. I had edited data/command.xml and build it then it succeeded so I did same way to do ivi-application but it failed. I guess additional procedures are needed. Could you please tell me how to build ivi-application.xml?

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

2017-03-07 Thread Yann E. MORIN
Bill, All, On 2017-03-07 10:12 -0800, Bill Spitzak spake thusly: > Why not just check if $CXX is "false". > > I really doubt anybody wants to run a C++ compiler named "false". At least, that way it is robust to any future change in autoconf, which could set it to "no" or "none" or whatever; it

Re: [PATCH wayland v3] doc: start documenting Xwayland

2017-03-07 Thread Yong Bakos
Hi Pekka, One misspelling and some minor writing nits noted inline below. > On Jan 30, 2017, at 6:55 AM, Pekka Paalanen wrote: > > From: Pekka Paalanen > > This is a rough intro to what Xwayland is and does, with just one > implementation

Re: [PATCH weston v4] compositor-drm: pageflip timeout implementation

2017-03-07 Thread Pekka Paalanen
On Tue, 7 Mar 2017 13:27:54 + Emmanuel Gil Peyrot wrote: > Weston will not repaint until previous update has been acked by a > pageflip event coming from the drm driver. However, some buggy drivers > won’t return those events or will stop sending them at some

Re: [PATCH libinput] touchpad: add elantech-specific pressure values

2017-03-07 Thread Hans de Goede
Hi, On 07-03-17 04:22, Peter Hutterer wrote: https://bugs.freedesktop.org/show_bug.cgi?id=99975 Signed-off-by: Peter Hutterer Patch looks good to me: Reviewed-by: Hans de Goede Regards, Hans --- src/evdev-mt-touchpad.c | 11 ---

[PATCH weston v4] compositor-drm: pageflip timeout implementation

2017-03-07 Thread Emmanuel Gil Peyrot
Weston will not repaint until previous update has been acked by a pageflip event coming from the drm driver. However, some buggy drivers won’t return those events or will stop sending them at some point and Weston output repaints will completely freeze. To ease developers’ task in testing their

Re: [PATCH weston v3] compositor-drm: pageflip timeout implementation

2017-03-07 Thread Pekka Paalanen
On Mon, 6 Mar 2017 20:15:05 + Emmanuel Gil Peyrot wrote: > Weston will not repaint until previous update has been acked by a > pageflip event coming from the drm driver. However, some buggy drivers > won’t return those events or will stop sending them at some