[Development] Bit of help for QtWayland on a Raspberry Pi

Thiago Macieira thiago.macieira at intel.com
Wed Nov 4 17:50:41 CET 2015


On Wednesday 04 November 2015 14:50:39 Massimo Callegari wrote:
> > On Wednesday 04 November 2015 16:04:03 Giulio Camuffo wrote:
> > > > Apparently, the problem is in the detection of xkbcommon, cause the
> > > > configure summary says this:
> > > > 
> > > > xkbcommon-x11........... no
> > > > xkbcommon-evdev......... no
> > > > 
> > > > 
> > > > I've had a look at how the detection is performed and it's basically:
> > > > pkg-config --exists xkbcommon
> > > > 
> > > > If I run it on my PC it returns 1, while on the Raspberry Pi it
> > > > returns 0.
> > > 
> > > A return status of 0 means that it was found. What is the actual error
> > > you're hitting? Note that qtwayland can also be built without
> > > xkbcommon.
> > 
> > Please check the config.log file.
> 
> qtbase doesn't have a config.log file.
> I have them only in qtmultimedia, qt3d, qtwayland, qtimageformats and
> qtconnectivity

Oh, I thought that was from running qmake in qtwayland.

Run configure with -v and it should give you more information.

Also note that the check for xkbcommon-x11 is inside the XCB block. So if you 
turned XCB off, you won't get xkbcommon.
-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center




More information about the Development mailing list