[PATCH libinput 2/2] test: suppress Python3 valgrind errors

2017-05-07 Thread Peter Hutterer
Running through mesontest also runs parse-hwdb through valgrind and gives us a bunch of leaks that originate within Python somewhere - we don't care about those. Signed-off-by: Peter Hutterer --- test/valgrind.suppressions | 6 ++ 1 file changed, 6 insertions(+) diff --git a/test/valgrind.s

[PATCH libinput 1/2] test: disable coredumps during test suite runs

2017-05-07 Thread Peter Hutterer
Running valgrind through mesontest produces coredumps for a lot of tests (unclear why, the core dump merely shows a call to abort). But even without mesontest, creating a core dump for each failed test is a bad idea - if one fails, most likely many others fail and the coredumps quickly fill up the

Re: [RESEND] [PATCH] weston: Add support for "--foo bar" style options

2017-05-07 Thread Eric Engestrom
On Friday, 2017-05-05 14:20:33 -0400, Lyude wrote: > A little earlier today I ended up spending a lot of time trying to > figure out why weston wasn't managing to launch over SSH and telling me > that I did not have a --tty option specified, despite me passing the > option strings ["--tty", "3"]. T

Re: Skylane - implementation of Wayland in Rust

2017-05-07 Thread Wojciech Kluczka
Hi, Sorry about stupid noobish questions. Now I dived in a bit and know eglCreateImageKHR is everything I need. After whole day I have weston-simple-dmabuf-intel and EGL apps (weston-simple-egl, Qt) running on `perceptia` using linux-dmabuf-unstable-v1 and wayland-drm (yes, I know it's implementat