diff options
Diffstat (limited to 'recipes-qt/qt5/qtwayland-git/0003-eglCreateImageKHR-requires-the-context-to-be-NULL.patch')
-rw-r--r-- | recipes-qt/qt5/qtwayland-git/0003-eglCreateImageKHR-requires-the-context-to-be-NULL.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-qt/qt5/qtwayland-git/0003-eglCreateImageKHR-requires-the-context-to-be-NULL.patch b/recipes-qt/qt5/qtwayland-git/0003-eglCreateImageKHR-requires-the-context-to-be-NULL.patch index 48eb870b..58f82663 100644 --- a/recipes-qt/qt5/qtwayland-git/0003-eglCreateImageKHR-requires-the-context-to-be-NULL.patch +++ b/recipes-qt/qt5/qtwayland-git/0003-eglCreateImageKHR-requires-the-context-to-be-NULL.patch | |||
@@ -1,7 +1,7 @@ | |||
1 | From ca1f46a6192061e254deca1810d25ba423acb8de Mon Sep 17 00:00:00 2001 | 1 | From 2d707f8dc9f0658d889aef4f4c5a62595598402c Mon Sep 17 00:00:00 2001 |
2 | From: Mikko Levonmaa <mikko.levonmaa@palm.com> | 2 | From: Mikko Levonmaa <mikko.levonmaa@palm.com> |
3 | Date: Wed, 6 Mar 2013 10:18:49 -0800 | 3 | Date: Wed, 6 Mar 2013 10:18:49 -0800 |
4 | Subject: [PATCH 3/4] eglCreateImageKHR requires the context to be NULL | 4 | Subject: [PATCH 3/3] eglCreateImageKHR requires the context to be NULL |
5 | 5 | ||
6 | As per the EGL spec the context passed to that function should | 6 | As per the EGL spec the context passed to that function should |
7 | be null. | 7 | be null. |
@@ -12,7 +12,7 @@ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | |||
12 | 1 file changed, 2 insertions(+), 14 deletions(-) | 12 | 1 file changed, 2 insertions(+), 14 deletions(-) |
13 | 13 | ||
14 | diff --git a/src/plugins/waylandcompositors/wayland-egl/waylandeglintegration.cpp b/src/plugins/waylandcompositors/wayland-egl/waylandeglintegration.cpp | 14 | diff --git a/src/plugins/waylandcompositors/wayland-egl/waylandeglintegration.cpp b/src/plugins/waylandcompositors/wayland-egl/waylandeglintegration.cpp |
15 | index 2a923ce..2be1e4c 100644 | 15 | index 73877c4..16e77fb 100644 |
16 | --- a/src/plugins/waylandcompositors/wayland-egl/waylandeglintegration.cpp | 16 | --- a/src/plugins/waylandcompositors/wayland-egl/waylandeglintegration.cpp |
17 | +++ b/src/plugins/waylandcompositors/wayland-egl/waylandeglintegration.cpp | 17 | +++ b/src/plugins/waylandcompositors/wayland-egl/waylandeglintegration.cpp |
18 | @@ -101,7 +101,6 @@ public: | 18 | @@ -101,7 +101,6 @@ public: |