diff options
Diffstat (limited to 'recipes-graphics/userland/files/0002-wayland-Add-support-for-the-Wayland-winsys.patch')
-rw-r--r-- | recipes-graphics/userland/files/0002-wayland-Add-support-for-the-Wayland-winsys.patch | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/recipes-graphics/userland/files/0002-wayland-Add-support-for-the-Wayland-winsys.patch b/recipes-graphics/userland/files/0002-wayland-Add-support-for-the-Wayland-winsys.patch index 5efc7a4..8ce9090 100644 --- a/recipes-graphics/userland/files/0002-wayland-Add-support-for-the-Wayland-winsys.patch +++ b/recipes-graphics/userland/files/0002-wayland-Add-support-for-the-Wayland-winsys.patch | |||
@@ -1,7 +1,7 @@ | |||
1 | From ad6f485d9eb809b67398ce0948844dd30ea1c8e3 Mon Sep 17 00:00:00 2001 | 1 | From 7432d49ddca97b34e402d0108221d34ec69bcd66 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 02/18] wayland: Add support for the Wayland winsys | 4 | Subject: [PATCH 02/19] wayland: Add support for the Wayland winsys |
5 | 5 | ||
6 | * Adds EGL_WL_bind_wayland_display extension | 6 | * Adds EGL_WL_bind_wayland_display extension |
7 | * Adds wayland-egl library | 7 | * Adds wayland-egl library |
@@ -1551,12 +1551,12 @@ index 0000000..8bafc15 | |||
1551 | +Libs: -L${libdir} -lwayland-egl | 1551 | +Libs: -L${libdir} -lwayland-egl |
1552 | +Cflags: -I${includedir} | 1552 | +Cflags: -I${includedir} |
1553 | diff --git a/interface/vmcs_host/CMakeLists.txt b/interface/vmcs_host/CMakeLists.txt | 1553 | diff --git a/interface/vmcs_host/CMakeLists.txt b/interface/vmcs_host/CMakeLists.txt |
1554 | index fde18da..6718215 100755 | 1554 | index a157db1..55b6ace 100755 |
1555 | --- a/interface/vmcs_host/CMakeLists.txt | 1555 | --- a/interface/vmcs_host/CMakeLists.txt |
1556 | +++ b/interface/vmcs_host/CMakeLists.txt | 1556 | +++ b/interface/vmcs_host/CMakeLists.txt |
1557 | @@ -9,13 +9,24 @@ add_definitions(-fno-strict-aliasing) | 1557 | @@ -7,13 +7,24 @@ |
1558 | 1558 | # vc_vchi_gencmd.c has a type-punning problem in vc_gencmd_read_response | |
1559 | include_directories(${VMCS_TARGET}/vcfiled) | 1559 | add_definitions(-fno-strict-aliasing) |
1560 | 1560 | ||
1561 | -add_library(vchostif | 1561 | -add_library(vchostif |
1562 | - ${VMCS_TARGET}/vcfilesys.c ${VMCS_TARGET}/vcmisc.c | 1562 | - ${VMCS_TARGET}/vcfilesys.c ${VMCS_TARGET}/vcmisc.c |
@@ -1894,5 +1894,5 @@ index 0000000..ad90d30 | |||
1894 | + set(${_sources} ${${_sources}} PARENT_SCOPE) | 1894 | + set(${_sources} ${${_sources}} PARENT_SCOPE) |
1895 | +endfunction() | 1895 | +endfunction() |
1896 | -- | 1896 | -- |
1897 | 2.21.0 | 1897 | 2.22.0 |
1898 | 1898 | ||