diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2016-07-08 17:43:36 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-07-08 20:54:07 +0200 |
commit | ff3e522e748925f6be5732a6e5df6553468ca0a1 (patch) | |
tree | e2caa67b9c00037bc617a20e81b818816affef00 /package/mesa3d-headers | |
parent | c26132c95f4908542b6bbc8317794c8a3f2e2256 (diff) | |
download | buildroot-ff3e522e748925f6be5732a6e5df6553468ca0a1.tar.gz buildroot-ff3e522e748925f6be5732a6e5df6553468ca0a1.zip |
package/{mesa3d, mesa3d-headers}: bump version to 12.0.0
Remove MESA3D_REMOVE_OPENGL_PC, not needed anymore after
https://cgit.freedesktop.org/mesa/mesa/commit/?h=12.0&id=5193fe9f4fe9c2d537afb051323724a399abc4e1
Tested using defconfig from
https://git.buildroot.net/buildroot/commit/package/mesa3d/mesa3d.mk?id=e07a98239969794c2257345b17a604e309a5dbb1
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.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 11e79cbd46..2b1e4d88f9 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 = 11.2.2 +MESA3D_HEADERS_VERSION = 12.0.0 MESA3D_HEADERS_SOURCE = mesa-$(MESA3D_HEADERS_VERSION).tar.xz MESA3D_HEADERS_SITE = ftp://ftp.freedesktop.org/pub/mesa/$(MESA3D_HEADERS_VERSION) MESA3D_HEADERS_LICENSE = MIT, SGI, Khronos |