diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-03-31 08:28:59 -0700 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2020-04-03 17:34:07 +0100 |
commit | 909a962fe1f6f4bb702cc1507892785f778e49af (patch) | |
tree | 4192c148f870d090124bc8c50b786e1aac999038 /recipes-graphics/userland/files/0003-wayland-Add-Wayland-example.patch | |
parent | eaa131425923a06e8be7547842bc2c105363f18e (diff) | |
download | meta-raspberrypi-909a962fe1f6f4bb702cc1507892785f778e49af.tar.gz |
userland: Update to 20200316 snapshot
- Refresh patches
- userland now needs to create symlinks for egl.pc,glesv2.pc and vg.pc
when vc4 is not used
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-graphics/userland/files/0003-wayland-Add-Wayland-example.patch')
-rw-r--r-- | recipes-graphics/userland/files/0003-wayland-Add-Wayland-example.patch | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/recipes-graphics/userland/files/0003-wayland-Add-Wayland-example.patch b/recipes-graphics/userland/files/0003-wayland-Add-Wayland-example.patch index 3da0f50..b995769 100644 --- a/recipes-graphics/userland/files/0003-wayland-Add-Wayland-example.patch +++ b/recipes-graphics/userland/files/0003-wayland-Add-Wayland-example.patch | |||
@@ -1,7 +1,7 @@ | |||
1 | From 481a9aeba3f84371668fdf8a1380a3cb23bfc502 Mon Sep 17 00:00:00 2001 | 1 | From d2fd39ea43f948feba34e895600afd801e03691f Mon Sep 17 00:00:00 2001 |
2 | From: Tomeu Vizoso <tomeu.vizoso@collabora.com> | 2 | From: Tomeu Vizoso <tomeu.vizoso@collabora.com> |
3 | Date: Tue, 1 Oct 2013 13:19:20 +0200 | 3 | Date: Tue, 1 Oct 2013 13:19:20 +0200 |
4 | Subject: [PATCH 03/19] wayland: Add Wayland example | 4 | Subject: [PATCH] wayland: Add Wayland example |
5 | 5 | ||
6 | --- | 6 | --- |
7 | .../linux/apps/hello_pi/CMakeLists.txt | 1 + | 7 | .../linux/apps/hello_pi/CMakeLists.txt | 1 + |
@@ -861,6 +861,3 @@ index 8225dd5..0be6ce7 100755 | |||
861 | make -C hello_mmal_encode | 861 | make -C hello_mmal_encode |
862 | - | 862 | - |
863 | +make -C hello_wayland | 863 | +make -C hello_wayland |
864 | -- | ||
865 | 2.22.0 | ||
866 | |||