diff options
| author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2018-09-10 18:30:00 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-09-10 21:58:42 +0200 |
| commit | 3d3235f9c191db170c731418880fb8eb8a0413ee (patch) | |
| tree | 8dfe201a5104abebf90a57a803d504252959a546 /package/mesa3d-headers | |
| parent | 11f869a0664871bb65abae86b8a0a2973a8f1b4b (diff) | |
| download | buildroot-3d3235f9c191db170c731418880fb8eb8a0413ee.tar.gz buildroot-3d3235f9c191db170c731418880fb8eb8a0413ee.zip | |
package/{mesa3d, mesa3d-headers}: bump version to 18.2.0
Upstream unconditionally enabled floating-point textures:
https://cgit.freedesktop.org/mesa/mesa/commit/?h=18.2&id=66673bef941af344314fe9c91cad8cd330b245eb
x11 support depends on xlib_libXrandr now:
https://cgit.freedesktop.org/mesa/mesa/commit/configure.ac?h=18.2&id=3f960c1338713d317ce6463be68cee162c968d8d
Removed 0003-musl-time-h.patch, patch was applied upstream.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/mesa3d-headers')
| -rw-r--r-- | package/mesa3d-headers/mesa3d-headers.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mesa3d-headers/mesa3d-headers.mk b/package/mesa3d-headers/mesa3d-headers.mk index c5a8a68c48..775466d970 100644 --- a/package/mesa3d-headers/mesa3d-headers.mk +++ b/package/mesa3d-headers/mesa3d-headers.mk @@ -12,7 +12,7 @@ endif # Not possible to directly refer to mesa3d variables, because of # first/second expansion trickery... -MESA3D_HEADERS_VERSION = 18.1.8 +MESA3D_HEADERS_VERSION = 18.2.0 MESA3D_HEADERS_SOURCE = mesa-$(MESA3D_HEADERS_VERSION).tar.xz MESA3D_HEADERS_SITE = https://mesa.freedesktop.org/archive MESA3D_HEADERS_DL_SUBDIR = mesa3d |

