summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/userland/files/0018-Add-EGL_IMG_context_priority-related-defines.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-graphics/userland/files/0018-Add-EGL_IMG_context_priority-related-defines.patch')
-rw-r--r--recipes-graphics/userland/files/0018-Add-EGL_IMG_context_priority-related-defines.patch7
1 files changed, 5 insertions, 2 deletions
diff --git a/recipes-graphics/userland/files/0018-Add-EGL_IMG_context_priority-related-defines.patch b/recipes-graphics/userland/files/0018-Add-EGL_IMG_context_priority-related-defines.patch
index defaf3e..5317c60 100644
--- a/recipes-graphics/userland/files/0018-Add-EGL_IMG_context_priority-related-defines.patch
+++ b/recipes-graphics/userland/files/0018-Add-EGL_IMG_context_priority-related-defines.patch
@@ -1,7 +1,7 @@
1From fe9bf7b9d79133ca5c72f68ed33002a7539e9797 Mon Sep 17 00:00:00 2001 1From 82cf4bc5623c5220dfa1c096ea192f2509837782 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com> 2From: Khem Raj <raj.khem@gmail.com>
3Date: Sun, 15 Jul 2018 00:48:38 -0700 3Date: Sun, 15 Jul 2018 00:48:38 -0700
4Subject: [PATCH] Add EGL_IMG_context_priority related defines 4Subject: [PATCH 18/21] Add EGL_IMG_context_priority related defines
5 5
6These defines are needed for compiling weston 4.x 6These defines are needed for compiling weston 4.x
7taken from Khronos headers 7taken from Khronos headers
@@ -30,3 +30,6 @@ index dcc90ce..6842bf9 100755
30 #ifndef EGL_KHR_vg_parent_image 30 #ifndef EGL_KHR_vg_parent_image
31 #define EGL_KHR_vg_parent_image 1 31 #define EGL_KHR_vg_parent_image 1
32 #define EGL_VG_PARENT_IMAGE_KHR 0x30BA /* eglCreateImageKHR target */ 32 #define EGL_VG_PARENT_IMAGE_KHR 0x30BA /* eglCreateImageKHR target */
33--
342.27.0
35