Re: [oe] [PATCH][meta-qt5 3/4] qtwayland: fix build without xkbcommon-evdev

2017-03-03 Thread Martin Jansa
Yes, it can be built, but you need to enable xkbcommon-evdev which works even in DISTROs without x11, like I did in: https://github.com/webOS-ports/meta-webos-ports/commit/03e259ca0fd95b38bf985064a8e9d2eb47a8a59f On Fri, Mar 3, 2017 at 12:37 AM, Denys Dmytriyenko wrote: > On Fri, Feb 03, 2017 at

Re: [oe] [PATCH][meta-qt5 3/4] qtwayland: fix build without xkbcommon-evdev

2017-03-02 Thread Denys Dmytriyenko
On Fri, Feb 03, 2017 at 01:00:16AM +0100, Martin Jansa wrote: > This isn't enough at least in some setups, but it's good start (it works > after you add -lxkbcommon in 2 incorrectly generated Makefiles) and at > least it documents that xkbcommon-evdev is now needed to be set in qtbase > PACKAGECONF

Re: [oe] [PATCH][meta-qt5 3/4] qtwayland: fix build without xkbcommon-evdev

2017-02-02 Thread Martin Jansa
This isn't enough at least in some setups, but it's good start (it works after you add -lxkbcommon in 2 incorrectly generated Makefiles) and at least it documents that xkbcommon-evdev is now needed to be set in qtbase PACKAGECONFIG. On Fri, Feb 3, 2017 at 12:54 AM, Martin Jansa wrote: > * xkbcom

[oe] [PATCH][meta-qt5 3/4] qtwayland: fix build without xkbcommon-evdev

2017-02-02 Thread Martin Jansa
* xkbcommon-evdev isn't enabled in default qtbase PACKAGECONFIG * use patch from https://bugreports.qt.io/browse/QTBUG-57767 Signed-off-by: Martin Jansa --- .../0001-fix-build-without-xkbcommon-evdev.patch | 44 ++ recipes-qt/qt5/qtwayland_git.bb| 3 ++