diff options
| author | Khem Raj <raj.khem@gmail.com> | 2018-11-20 23:43:41 -0800 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.ro> | 2018-11-21 17:56:52 +0200 |
| commit | 7c94afee2b12a1cdef2f8c3c743c555af17a560b (patch) | |
| tree | b6d9a419f0cd8e2bb0a6989cb453edc24c182fba /recipes-graphics/userland/files/0003-wayland-Add-Wayland-example.patch | |
| parent | 981376b1c43a97fbc7d0309ce1e97239dfd4f4f9 (diff) | |
| download | meta-raspberrypi-7c94afee2b12a1cdef2f8c3c743c555af17a560b.tar.gz | |
userland: Update to latest master
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 | 20 |
1 files changed, 10 insertions, 10 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 e3a0cf2..d83a9e5 100644 --- a/recipes-graphics/userland/files/0003-wayland-Add-Wayland-example.patch +++ b/recipes-graphics/userland/files/0003-wayland-Add-Wayland-example.patch | |||
| @@ -1,16 +1,16 @@ | |||
| 1 | From 20ac7c6af4e826b5c536b6a7c8b2d1d266ced81e Mon Sep 17 00:00:00 2001 | 1 | From 976cc9355fe18487cd84e313e76f397ab47a4bf8 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/16] wayland: Add Wayland example | 4 | Subject: [PATCH 03/18] wayland: Add Wayland example |
| 5 | 5 | ||
| 6 | --- | 6 | --- |
| 7 | .../linux/apps/hello_pi/CMakeLists.txt | 1 + | 7 | .../linux/apps/hello_pi/CMakeLists.txt | 1 + |
| 8 | .../apps/hello_pi/hello_wayland/CMakeLists.txt | 8 + | 8 | .../hello_pi/hello_wayland/CMakeLists.txt | 8 + |
| 9 | .../apps/hello_pi/hello_wayland/Djenne_128_128.raw | 3 + | 9 | .../hello_pi/hello_wayland/Djenne_128_128.raw | 3 + |
| 10 | .../linux/apps/hello_pi/hello_wayland/Makefile | 5 + | 10 | .../apps/hello_pi/hello_wayland/Makefile | 5 + |
| 11 | .../hello_wayland/cube_texture_and_coords.h | 100 ++++ | 11 | .../hello_wayland/cube_texture_and_coords.h | 100 +++ |
| 12 | .../linux/apps/hello_pi/hello_wayland/triangle.c | 666 +++++++++++++++++++++ | 12 | .../apps/hello_pi/hello_wayland/triangle.c | 666 ++++++++++++++++++ |
| 13 | host_applications/linux/apps/hello_pi/rebuild.sh | 3 +- | 13 | .../linux/apps/hello_pi/rebuild.sh | 3 +- |
| 14 | 7 files changed, 785 insertions(+), 1 deletion(-) | 14 | 7 files changed, 785 insertions(+), 1 deletion(-) |
| 15 | create mode 100644 host_applications/linux/apps/hello_pi/hello_wayland/CMakeLists.txt | 15 | create mode 100644 host_applications/linux/apps/hello_pi/hello_wayland/CMakeLists.txt |
| 16 | create mode 100644 host_applications/linux/apps/hello_pi/hello_wayland/Djenne_128_128.raw | 16 | create mode 100644 host_applications/linux/apps/hello_pi/hello_wayland/Djenne_128_128.raw |
| @@ -862,5 +862,5 @@ index 8225dd5..0be6ce7 100755 | |||
| 862 | - | 862 | - |
| 863 | +make -C hello_wayland | 863 | +make -C hello_wayland |
| 864 | -- | 864 | -- |
| 865 | 2.16.1 | 865 | 2.19.1 |
| 866 | 866 | ||
