diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2018-06-06 10:45:48 -0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-06-18 11:07:58 +0100 |
commit | b77d478b3d41a0c2aced9f704a9b1a01f9c8e0ed (patch) | |
tree | e203ec50c739fd85472c4debff2757f2d5294c9f /meta/recipes-graphics/mesa/files/0001-Makefile.vulkan.am-explictly-add-lib-expat-to-intel-.patch | |
parent | 559f4951e2ec786a05e39a685299d4913a28056e (diff) | |
download | poky-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-.patch | 18 |
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 @@ | |||
1 | From 342311dbb190735b7b32ab20f81c1d8dbcfe717a Mon Sep 17 00:00:00 2001 | 1 | From 327c3dcbfa005f5d1b2fcda07ca1198d65bd23c5 Mon Sep 17 00:00:00 2001 |
2 | From: Hongxu Jia <hongxu.jia@windriver.com> | 2 | From: Hongxu Jia <hongxu.jia@windriver.com> |
3 | Date: Wed, 11 Oct 2017 15:40:42 +0800 | 3 | Date: Wed, 11 Oct 2017 15:40:42 +0800 |
4 | Subject: [PATCH] Makefile.vulkan.am: explictly add lib expat to intel | 4 | Subject: [PATCH 1/7] Makefile.vulkan.am: explictly add lib expat to intel |
5 | libvulkan's lib depends | 5 | libvulkan's lib depends |
6 | Organization: O.S. Systems Software LTDA. | ||
6 | 7 | ||
7 | While built with "-fvisibility=default" | 8 | While 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 | ||
31 | Index: mesa-17.3.6/src/intel/Makefile.vulkan.am | 32 | diff --git a/src/intel/Makefile.vulkan.am b/src/intel/Makefile.vulkan.am |
32 | =================================================================== | 33 | index 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 | -- | ||
45 | 2.17.1 | ||
46 | |||