[PATCH] weston-launch: Protect KDGKBMODE K_OFF ioctl by KERNEL_VERSION check

2016-09-27 Thread Krzysztof Konopko
SZKUTKOWSKI Signed-off-by: Krzysztof Konopko --- libweston/launcher-direct.c | 5 + libweston/weston-launch.c | 5 + 2 files changed, 10 insertions(+) diff --git a/libweston/launcher-direct.c b/libweston/launcher-direct.c index 29d9c28..34fe5cd 100644 --- a/libweston/launcher-direct.c

[PATCH] weston-launch: Protect KDGKBMODE K_OFF ioctl by KERNEL_VERSION check

2016-09-15 Thread Krzysztof Konopko
SZKUTKOWSKI Signed-off-by: Krzysztof Konopko --- libweston/launcher-direct.c | 5 + libweston/weston-launch.c | 5 + 2 files changed, 10 insertions(+) diff --git a/libweston/launcher-direct.c b/libweston/launcher-direct.c index 29d9c28..34fe5cd 100644 --- a/libweston/launcher-direct.c

[PATCH] shared/platform: include weston-egl-ext.h only if ENABLE_EGL is defined

2016-09-15 Thread Krzysztof Konopko
Including `weston-egl-ext.h` causes compilation failure for configurations with EGL disabled. Verified with `--disable-egl`, `--disable-x11-compositor` and `--disable-drm-compositor`. Signed-off-by: Krzysztof Konopko --- shared/platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion

Re: [PATCH] compositor: Add support for external back-ends

2016-09-09 Thread Krzysztof Konopko
On Thu, 2016-09-08 at 18:01 +0200, Quentin Glidic wrote: > On 08/09/2016 16:45, Krzysztof Konopko wrote: > > This commit adds ability to load external back-end implementations which is > > required if they are not (and can not be) maintained within 'weston' tree. >

Adding support for external Weston back-ends

2016-09-08 Thread Krzysztof Konopko
Hi, I'm aware that loading external back-ends was removed from Weston some time this year (in June) but I'd like to ask for reconsidering this decision. I guess this was driven by the intent to support only back-ends hosted within Weston tree (easier to maintain) and to encourage openness. On t

[PATCH] compositor: Add support for external back-ends

2016-09-08 Thread Krzysztof Konopko
xported as well and libweston-backend.so library is introduced. Signed-off-by: Krzysztof Konopko --- Makefile.am | 63 +-- compositor/main.c | 7 +++--- libweston/compositor.c| 16 libweston/compositor