Re: Compiling weston on a Raspberry Pi

2012-10-24 Thread Julian Yon
On Tue, 28 Aug 2012 08:48:56 +0200 Marian Buschsieweke wrote: > The raspberry pi provides a proprietary driver with EGL, GLESv2 and > OpenVG support. As of today it's no longer proprietary: http://www.raspberrypi.org/archives/2221 -- 3072D/F3A66B3A Julian Yon (2012 General Use) signature.asc

Re: Compiling weston on a Raspberry Pi

2012-09-11 Thread Pekka Paalanen
On Tue, 11 Sep 2012 14:26:59 +0100 Kamil Grzebien wrote: > Hello Marian, > > I'm working on backend for RaspberryPi for weston on my free time. I > based on backend for android as Abhijit pointed. Currently I'm able to > initialize display and was also able to draw using compositor part of > wes

Re: Compiling weston on a Raspberry Pi

2012-09-11 Thread Kamil Grzebien
Hello Marian, I'm working on backend for RaspberryPi for weston on my free time. I based on backend for android as Abhijit pointed. Currently I'm able to initialize display and was also able to draw using compositor part of weston. However at that stage I didn't manage to run clients properly (eve

Re: Compiling weston on a Raspberry Pi

2012-09-11 Thread Abhijit Potnis
Hello Marian, Looking at the forum discussion I guess you intend to run wayland/weston with drm backend on the Pi board. Correct me if I am wrong. "Wayland" should straight away build for ARM as it has very minimal dependency and is hardware agnostic. "Weston" is the hardware related part of the

Compiling weston on a Raspberry Pi

2012-09-11 Thread Marian Buschsieweke
Hello everybody! I'm trying to compile wayland and weston on the raspberry pi. For those who not know: The Raspberry Pi is a 35$ ARM linux box with about 2W power consumption (see http://www.raspberrypi.org/faqs for more details). I already got wayland and cairo with EGL and GLESv2 support compil