[PATCH wayland-web 4/9] building: update Raspberry Pi notes

2019-01-12 Thread Pekka Paalanen
From: Pekka Paalanen 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

[PATCH wayland-web 7/9] building: simplify Mesa instructions

2019-01-12 Thread Pekka Paalanen
From: Pekka Paalanen Mesa is moving on to Meson and in the process of dropping autotools. Just point to the official Mesa build guide instead of trying to maintain our own. The new wording also avoids implying that "Wayland uses EGL", that has never been true. It is EGL that may support

[PATCH wayland-web 8/9] building: switch weston to meson

2019-01-12 Thread Pekka Paalanen
From: Pekka Paalanen Use Meson in the guide, autotools is on its way out. Signed-off-by: Pekka Paalanen --- building.html | 33 + 1 file changed, 25 insertions(+), 8 deletions(-) diff --git a/building.html b/building.html index 4f28f9e..61376d7 100644 ---

[PATCH wayland-web 9/9] index: weston has own contribution instructions

2019-01-12 Thread Pekka Paalanen
From: Pekka Paalanen The Wayland and Weston instructions are different. Signed-off-by: Pekka Paalanen --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index ab6259f..320cd9a 100644 --- a/index.html +++ b/index.html @@ -54,7 +54,8 @@

[PATCH wayland-web 1/9] Remove PDF docs

2019-01-12 Thread Pekka Paalanen
From: Pekka Paalanen The link "(PDF)" has not worked since the migration to Gitlab, because Gitlab Pages do not generate an automatic file index. The PDF docs themselves were last generated for Wayland 1.3 which was released in 2013. The build system to generate PDF was also removed in

[PATCH wayland-web 6/9] building: remove libunwind

2019-01-12 Thread Pekka Paalanen
From: Pekka Paalanen Weston has not used libunwind since https://gitlab.freedesktop.org/wayland/weston/commit/bb707dc0fe331c9af112a0552b7aa6fde755dd83 Signed-off-by: Pekka Paalanen --- building.html | 16 1 file changed, 16 deletions(-) diff --git a/building.html

[PATCH wayland-web 5/9] building: update git URLs

2019-01-12 Thread Pekka Paalanen
From: Pekka Paalanen Moved to Gitlab. Signed-off-by: Pekka Paalanen --- building.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/building.html b/building.html index a63e25b..2f87f89 100644 --- a/building.html +++ b/building.html @@ -120,7 +120,7 @@ sudo make

[PATCH wayland-web 3/9] building: update AMD driver notes

2019-01-12 Thread Pekka Paalanen
From: Pekka Paalanen AMDGPU is the new kernel driver and it works fine I believe. Remove notes about specific kernel version or card models. No-one should run kernels that old anymore, and the card models depend on whether you need OpenGL acceleration or not. Signed-off-by: Pekka Paalanen ---

[PATCH wayland-web 0/9] Remove PDFs, update main build guide

2019-01-12 Thread Pekka Paalanen
From: Pekka Paalanen Hi, since meson is there and autotools on its final count-down, let's update the main Weston build guide to use Meson. Things that would need further taking care of are: - https://github.com/bryceharrington/wayland-build-tools/ -

[PATCH wayland-web 2/9] building: update nVidia driver notes

2019-01-12 Thread Pekka Paalanen
From: Pekka Paalanen The link to firmware loading was dead, removed. Remove notes about specific kernel versions and chip families, I don't think they are relevant anymore. No-one should be running that old kernels. "New" cards are quite old today, and probably should not list any specific

[PATCH libinput] meson.build: enable CPP include check only in case CPP compiler is available

2019-01-12 Thread Peter Seiderer
Drop hard meson C++/CPP dependency, only needed for the build-time header inclusion test, build the test only in case C++/CPP compiler is available. Signed-off-by: Peter Seiderer --- Fixes the following buildroot autobuild detected failure([1]): The Meson build system Version: 0.49.0