summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/files/0001-Makefile.vulkan.am-explictly-add-lib-expat-to-intel-.patch
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2018-06-06 10:45:48 -0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-06-18 11:07:58 +0100
commitb77d478b3d41a0c2aced9f704a9b1a01f9c8e0ed (patch)
treee203ec50c739fd85472c4debff2757f2d5294c9f /meta/recipes-graphics/mesa/files/0001-Makefile.vulkan.am-explictly-add-lib-expat-to-intel-.patch
parent559f4951e2ec786a05e39a685299d4913a28056e (diff)
downloadpoky-b77d478b3d41a0c2aced9f704a9b1a01f9c8e0ed.tar.gz
mesa: Update 18.0.2 -> 18.1.1
This includes all bugfixes of 18.0.x series and major new features. For list of changes check: https://www.mesa3d.org/relnotes/18.1.0.html https://www.mesa3d.org/relnotes/18.1.1.html (From OE-Core rev: 8803a6e31a4b64eb9d3c146567375c98972074df) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa/files/0001-Makefile.vulkan.am-explictly-add-lib-expat-to-intel-.patch')
-rw-r--r--meta/recipes-graphics/mesa/files/0001-Makefile.vulkan.am-explictly-add-lib-expat-to-intel-.patch18
1 files changed, 11 insertions, 7 deletions
diff --git a/meta/recipes-graphics/mesa/files/0001-Makefile.vulkan.am-explictly-add-lib-expat-to-intel-.patch b/meta/recipes-graphics/mesa/files/0001-Makefile.vulkan.am-explictly-add-lib-expat-to-intel-.patch
index f908d46550..822066243b 100644
--- a/meta/recipes-graphics/mesa/files/0001-Makefile.vulkan.am-explictly-add-lib-expat-to-intel-.patch
+++ b/meta/recipes-graphics/mesa/files/0001-Makefile.vulkan.am-explictly-add-lib-expat-to-intel-.patch
@@ -1,8 +1,9 @@
1From 342311dbb190735b7b32ab20f81c1d8dbcfe717a Mon Sep 17 00:00:00 2001 1From 327c3dcbfa005f5d1b2fcda07ca1198d65bd23c5 Mon Sep 17 00:00:00 2001
2From: Hongxu Jia <hongxu.jia@windriver.com> 2From: Hongxu Jia <hongxu.jia@windriver.com>
3Date: Wed, 11 Oct 2017 15:40:42 +0800 3Date: Wed, 11 Oct 2017 15:40:42 +0800
4Subject: [PATCH] Makefile.vulkan.am: explictly add lib expat to intel 4Subject: [PATCH 1/7] Makefile.vulkan.am: explictly add lib expat to intel
5 libvulkan's lib depends 5 libvulkan's lib depends
6Organization: O.S. Systems Software LTDA.
6 7
7While built with "-fvisibility=default" 8While built with "-fvisibility=default"
8... 9...
@@ -28,11 +29,11 @@ Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
28 src/intel/Makefile.vulkan.am | 1 + 29 src/intel/Makefile.vulkan.am | 1 +
29 1 file changed, 1 insertion(+) 30 1 file changed, 1 insertion(+)
30 31
31Index: mesa-17.3.6/src/intel/Makefile.vulkan.am 32diff --git a/src/intel/Makefile.vulkan.am b/src/intel/Makefile.vulkan.am
32=================================================================== 33index 4125cb205a..356c4f8452 100644
33--- mesa-17.3.6.orig/src/intel/Makefile.vulkan.am 34--- a/src/intel/Makefile.vulkan.am
34+++ mesa-17.3.6/src/intel/Makefile.vulkan.am 35+++ b/src/intel/Makefile.vulkan.am
35@@ -144,6 +144,7 @@ VULKAN_LIB_DEPS = \ 36@@ -161,6 +161,7 @@ VULKAN_LIB_DEPS = \
36 $(LIBDRM_LIBS) \ 37 $(LIBDRM_LIBS) \
37 $(PTHREAD_LIBS) \ 38 $(PTHREAD_LIBS) \
38 $(DLOPEN_LIBS) \ 39 $(DLOPEN_LIBS) \
@@ -40,3 +41,6 @@ Index: mesa-17.3.6/src/intel/Makefile.vulkan.am
40 -lm 41 -lm
41 42
42 if HAVE_PLATFORM_ANDROID 43 if HAVE_PLATFORM_ANDROID
44--
452.17.1
46