[PATCH wayland-web] raspberrypi: more accurate on dependencies

2013-06-03 Thread ppaalanen
From: Pekka Paalanen pekka.paala...@collabora.co.uk

Either libraspberrypi-dev package or running rpi-update is needed to get
the display API libraries.

It's not strictly necessary to use rpi-update, but I don't know how old
firmware and libs are in the Raspbian packages, so recommend it still.
---
 raspberrypi.html | 11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/raspberrypi.html b/raspberrypi.html
index d77a9e1..b1c2a87 100644
--- a/raspberrypi.html
+++ b/raspberrypi.html
@@ -22,14 +22,17 @@ compiling are done directly on the Pi./p
 build dependencies:/p
 pre$ sudo apt-get install build-essential automake libtool bison flex \
 xutils-dev libcairo2-dev libffi-dev libmtdev-dev libjpeg-dev \
-libudev-dev libxcb-xfixes0-dev libxcursor-dev
+libudev-dev libxcb-xfixes0-dev libxcursor-dev libraspberrypi-dev
 /pre
 
 h2Firmware/h2
 
-pMake sure you have the latest Raspberry Pi firmware with the
+pYou may need the latest Raspberry Pi firmware, which you can get with the
 a href=https://github.com/Hexxeh/rpi-update;rpi-update/a tool. A too
-old firmware may cause rpi-backend to malfunction on Raspberry Pi./p
+old firmware may cause rpi-backend to malfunction on Raspberry Pi. Running
+ttrpi-update/tt will overwrite files installed by some raspbian packages
+like libraspberrypi-dev. You can safely try Weston without ttrpi-update/tt
+first, but if you encounter graphics problems, see if it fixes them./p
 
 pYou may want to tweak the following options in
 tt/boot/config.txt/tt:/p
@@ -44,7 +47,7 @@ old firmware may cause rpi-backend to malfunction on 
Raspberry Pi./p
elements. With off-line enabled, an off-screen buffer
is allocated for compositing. When scene complexity
(number and sizes of elements) is high, compositing will
-   happen off-line into the buffer./dd
+   happen off-line into the buffer. bHeavily recommended./b/dd
 /dl
 
 h2Setting up the environment/h2
-- 
1.8.1.5

___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-devel


Re: [PATCH wayland-web] raspberrypi: more accurate on dependencies

2013-06-03 Thread darxus
Thanks, committed.  (HTML validates.)

On 06/03, ppaala...@gmail.com wrote:
 From: Pekka Paalanen pekka.paala...@collabora.co.uk
 
 Either libraspberrypi-dev package or running rpi-update is needed to get
 the display API libraries.
 
 It's not strictly necessary to use rpi-update, but I don't know how old
 firmware and libs are in the Raspbian packages, so recommend it still.
 ---
  raspberrypi.html | 11 +++
  1 file changed, 7 insertions(+), 4 deletions(-)
 
 diff --git a/raspberrypi.html b/raspberrypi.html
 index d77a9e1..b1c2a87 100644
 --- a/raspberrypi.html
 +++ b/raspberrypi.html
 @@ -22,14 +22,17 @@ compiling are done directly on the Pi./p
  build dependencies:/p
  pre$ sudo apt-get install build-essential automake libtool bison flex \
  xutils-dev libcairo2-dev libffi-dev libmtdev-dev libjpeg-dev \
 -libudev-dev libxcb-xfixes0-dev libxcursor-dev
 +libudev-dev libxcb-xfixes0-dev libxcursor-dev libraspberrypi-dev
  /pre
  
  h2Firmware/h2
  
 -pMake sure you have the latest Raspberry Pi firmware with the
 +pYou may need the latest Raspberry Pi firmware, which you can get with the
  a href=https://github.com/Hexxeh/rpi-update;rpi-update/a tool. A too
 -old firmware may cause rpi-backend to malfunction on Raspberry Pi./p
 +old firmware may cause rpi-backend to malfunction on Raspberry Pi. Running
 +ttrpi-update/tt will overwrite files installed by some raspbian packages
 +like libraspberrypi-dev. You can safely try Weston without 
 ttrpi-update/tt
 +first, but if you encounter graphics problems, see if it fixes them./p
  
  pYou may want to tweak the following options in
  tt/boot/config.txt/tt:/p
 @@ -44,7 +47,7 @@ old firmware may cause rpi-backend to malfunction on 
 Raspberry Pi./p
   elements. With off-line enabled, an off-screen buffer
   is allocated for compositing. When scene complexity
   (number and sizes of elements) is high, compositing will
 - happen off-line into the buffer./dd
 + happen off-line into the buffer. bHeavily recommended./b/dd
  /dl
  
  h2Setting up the environment/h2
 -- 
 1.8.1.5
 
 ___
 wayland-devel mailing list
 wayland-devel@lists.freedesktop.org
 http://lists.freedesktop.org/mailman/listinfo/wayland-devel
 

-- 
...Man had always assumed that he was more intelligent than dolphins
because he had achieved so much - the wheel, New York, wars and so on -
whilst all the dolphins had ever done was muck about in the water having
a good time. But conversely, the dolphins had always believed that they
were far more intelligent than man - for precisely the same reasons.
- the Hitchhiker's Guide To The Galaxy
http://www.ChaosReigns.com
___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-devel


Re: [PATCH wayland-web] raspberrypi: more accurate on dependencies

2013-06-03 Thread Alex Bradbury
On 3 June 2013 12:58,  ppaala...@gmail.com wrote:
 From: Pekka Paalanen pekka.paala...@collabora.co.uk
 It's not strictly necessary to use rpi-update, but I don't know how old
 firmware and libs are in the Raspbian packages, so recommend it still.

They currently contain firmware as of 2013-05-24.

I don't know if it's worth noting in this doc page (is it intended to
*only* contain instructions for those building from source?) but
prebuilt binaries are available at http://raspberrypi.collabora.com/,
and are in fact already included on the most recent Raspbian image.

Regards,

Alex
___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-devel


Re: [PATCH wayland-web] raspberrypi: more accurate on dependencies

2013-06-03 Thread Pekka Paalanen
On Mon, 3 Jun 2013 13:24:23 +0100
Alex Bradbury a...@asbradbury.org wrote:

 On 3 June 2013 12:58,  ppaala...@gmail.com wrote:
  From: Pekka Paalanen pekka.paala...@collabora.co.uk
  It's not strictly necessary to use rpi-update, but I don't know how old
  firmware and libs are in the Raspbian packages, so recommend it still.
 
 They currently contain firmware as of 2013-05-24.
 
 I don't know if it's worth noting in this doc page (is it intended to
 *only* contain instructions for those building from source?) but
 prebuilt binaries are available at http://raspberrypi.collabora.com/,
 and are in fact already included on the most recent Raspbian image.

Hi Alex,

ooh, excellent they got into the image!

As far as I know, all the existing the Raspbian packages are still
based on an older branch of Weston. They also have patches that are
waiting for review.

I'll add something about the prebuilt packages.


Thanks,
pq
___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-devel