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

2015-11-05 Thread Pier Luigi Fiorini
2015-11-05 10:46 GMT+01:00 Massimo Callegari : > >>> Indeed they aren't on GL windows. The goal with decorations is to move > >>> them to subsurfaces and just draw them with SHM, so we don't need to > >>> do hacks for GL windows like we do in the wayland-egl > >>> hardwareintegration. > >> > >> So

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

2015-11-05 Thread Massimo Callegari
>>> Indeed they aren't on GL windows. The goal with decorations is to move >>> them to subsurfaces and just draw them with SHM, so we don't need to >>> do hacks for GL windows like we do in the wayland-egl >>> hardwareintegration. >> >> So what's the whole point of having a compositor if you cannot

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

2015-11-04 Thread Jeff Tranter
: - Messaggio originale - Da: Giulio Camuffo A: Massimo Callegari Cc: "development@qt-project.org" Inviato: Mercoledì 4 Novembre 2015 16:38 Oggetto: Re: [Development] Bit of help for QtWayland on a Raspberry Pi 2015-11-04 17:33 GMT+02:00 Massimo Callegari : I kind of solve

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

2015-11-04 Thread Thiago Macieira
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 > > > > xkbc

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

2015-11-04 Thread Giulio Camuffo
2015-11-04 17:55 GMT+02:00 Massimo Callegari : > > > > > - Messaggio originale - > Da: Giulio Camuffo > A: Massimo Callegari > Cc: "development@qt-project.org" > Inviato: Mercoledì 4 Novembre 2015 16:38 > Oggetto: Re: [Development] Bit of help for

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

2015-11-04 Thread Massimo Callegari
- Messaggio originale - Da: Giulio Camuffo A: Massimo Callegari Cc: "development@qt-project.org" Inviato: Mercoledì 4 Novembre 2015 16:38 Oggetto: Re: [Development] Bit of help for QtWayland on a Raspberry Pi 2015-11-04 17:33 GMT+02:00 Massimo Callegari : > I kind

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

2015-11-04 Thread Giulio Camuffo
- > Da: Massimo Callegari > A: Giulio Camuffo > Cc: "development@qt-project.org" > Inviato: Mercoledì 4 Novembre 2015 15:33 > Oggetto: Re: [Development] Bit of help for QtWayland on a Raspberry Pi > >> A return status of 0 means that it was found. What is the

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

2015-11-04 Thread Massimo Callegari
viato: Mercoledì 4 Novembre 2015 15:33 Oggetto: Re: [Development] Bit of help for QtWayland on a Raspberry Pi > 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. My problem was the com

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

2015-11-04 Thread Massimo Callegari
> 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

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

2015-11-04 Thread Massimo Callegari
d it is not rendered on screen. Any clue ? Thanks - Messaggio originale - Da: Giulio Camuffo A: Massimo Callegari Cc: "development@qt-project.org" Inviato: Mercoledì 4 Novembre 2015 15:04 Oggetto: Re: [Development] Bit of help for QtWayland on a Raspberry Pi 2015-11-04

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

2015-11-04 Thread Thiago Macieira
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

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

2015-11-04 Thread Giulio Camuffo
2015-11-04 15:16 GMT+02:00 Massimo Callegari : > Hey devs, I am trying to run the QtWayland qwindow-compositor example on a > Raspberry Pi. > > I have a Debian Wheezy development environment and I cross compile Qt 5.5.1 > on my PC. > Turns out that I can't compile QtWayland examples cause the com

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

2015-11-04 Thread Massimo Callegari
Hey devs, I am trying to run the QtWayland qwindow-compositor example on a Raspberry Pi. I have a Debian Wheezy development environment and I cross compile Qt 5.5.1 on my PC. Turns out that I can't compile QtWayland examples cause the compositor module is not built. According to the README, th