diff options
| author | James Hilliard <james.hilliard1@gmail.com> | 2018-12-16 16:58:34 +0800 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-12-16 12:15:36 +0100 |
| commit | 875efa45b05a148ae8a0516d3b8eabd5cac08c97 (patch) | |
| tree | 5200477b1353ccefabb01543f988c932b29a7467 /package/mesa3d-headers | |
| parent | a368ae1cee4ff28f505a88e69f7ebc249bd56243 (diff) | |
| download | buildroot-875efa45b05a148ae8a0516d3b8eabd5cac08c97.tar.gz buildroot-875efa45b05a148ae8a0516d3b8eabd5cac08c97.zip | |
package/{mesa3d, mesa3d-headers}: bump version to 18.3.1
Backport patch needed to fix error: ‘NULL’ undeclared
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
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 eba9ee6df9..710cebe070 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.3.0 +MESA3D_HEADERS_VERSION = 18.3.1 MESA3D_HEADERS_SOURCE = mesa-$(MESA3D_HEADERS_VERSION).tar.xz MESA3D_HEADERS_SITE = https://mesa.freedesktop.org/archive MESA3D_HEADERS_DL_SUBDIR = mesa3d |

