From: Pekka Paalanen <[email protected]> This is more about hardware and drivers that about system specifics (we are not covering Raspbian specifically here), so move this to the driver section.
The link to "FOSS drivers" was moved and points to Anholt's personal Mesa wiki. It's probably better to let that go and just tell about the VC4 driver which is nowadays upstream in both the kernel and Mesa, and should be just fine. Signed-off-by: Pekka Paalanen <[email protected]> --- building.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/building.html b/building.html index a857413..a63e25b 100644 --- a/building.html +++ b/building.html @@ -54,11 +54,6 @@ Ubuntu 16.04</a>. May be useful for any Debian-derived system.</li> <li><a href="mint17.html">Building Weston and XWayland on Linux Mint 17</a>, which is derived from Ubuntu 14.04.</li> -<li>For building Weston for <a href="http://www.raspberrypi.org/">Raspberry -Pi</a>, follow the normal build guide after checking out the -<a href="https://dri.freedesktop.org/wiki/VC4/">FOSS drivers</a>, and use -the DRM-backend.</li> - <li>For building Wayland on Arch note that <a href="https://wiki.archlinux.org/index.php/Docbook#Setting_up_Docbook_in_Arch">DocBook dependencies</a> will be needed when building documentation.</li> </ul> @@ -79,6 +74,10 @@ not fglrx/catalyst).</p> <p><b>nVidia</b>: Requires <a href="https://nouveau.freedesktop.org">Nouveau</a> (open source driver).</p> +<p><b>Broadcom</b> (<a href="http://www.raspberrypi.org/">Raspberry Pi</a>): +Requires open source driver VC4 (Linux and Mesa), can be used with the +DRM-backend.</p> + <h2 id="environment">Setting up the environment</h2> <h3>Installing in a custom location</h3> <p>If you do not want to install system wide, you'll need to set -- 2.20.1 _______________________________________________ wayland-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/wayland-devel
