Re: [oe] [meta-qt5][master][PATCH] qtwayland: Fix building of QWaylandIntegration if some Qt5 features are disabled.

2016-12-22 Thread Denys Dmytriyenko
I just noticed that this patch was submitted to krogoth and then master before morty release, but got merged after morty was branched off and is now missing. I'll re-submit it again specifically for morty... -- Denys On Tue, Oct 25, 2016 at 02:39:48PM -0400, Denys Dmytriyenko wrote: > ping >

Re: [oe] [meta-qt5][master][PATCH] qtwayland: Fix building of QWaylandIntegration if some Qt5 features are disabled.

2016-10-25 Thread Denys Dmytriyenko
ping On Tue, Oct 18, 2016 at 03:40:52PM -0400, Denys Dmytriyenko wrote: > From: Vesa Jääskeläinen > > QPlatformIntegration's interface methods are disabled based on QT_NO_OPENGL, > QT_NO_CLIPBOARD, QT_NO_DRAGANDDROP, QT_NO_ACCESSIBILITY and > QT_NO_SESSIONMANAGER, these has to be taken into acc

[oe] [meta-qt5][master][PATCH] qtwayland: Fix building of QWaylandIntegration if some Qt5 features are disabled.

2016-10-18 Thread Denys Dmytriyenko
From: Vesa Jääskeläinen QPlatformIntegration's interface methods are disabled based on QT_NO_OPENGL, QT_NO_CLIPBOARD, QT_NO_DRAGANDDROP, QT_NO_ACCESSIBILITY and QT_NO_SESSIONMANAGER, these has to be taken into account when compiling QtWayland. Signed-off-by: Vesa Jääskeläinen Signed-off-by: Den