Commit d12dad73 authored by Chris Thurber's avatar Chris Thurber Committed by GitHub

Merge pull request #2100 from uberhacker/update-mesa-package

Update mesa from 17.3.2 to 17.3.6
parents 7cb3d0ee 1c25e25a
......@@ -3,22 +3,14 @@ require 'package'
class Mesa < Package
description 'Open-source implementation of the OpenGL specification'
homepage 'https://www.mesa3d.org'
version '17.3.2'
source_url 'https://mesa.freedesktop.org/archive/mesa-17.3.2.tar.xz'
source_sha256 'e2844a13f2d6f8f24bee65804a51c42d8dc6ae9c36cff7ee61d0940e796d64c6'
version '17.3.6'
source_url 'https://mesa.freedesktop.org/archive/mesa-17.3.6.tar.xz'
source_sha256 'e5915680d44ac9d05defdec529db7459ac9edd441c9845266eff2e2d3e57fbf8'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/mesa-17.3.2-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/mesa-17.3.2-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/mesa-17.3.2-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/mesa-17.3.2-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: 'a471dcc099c172ad9113f93adfa5878aac25235a9db60c1d4c68d8c1a7df112f',
armv7l: 'a471dcc099c172ad9113f93adfa5878aac25235a9db60c1d4c68d8c1a7df112f',
i686: '7a01dc3d49956d87b246a56d9c4ed0f14fc12945d56f1735bccb9f2477c7426e',
x86_64: 'f069566c26b2b125c7d86afcd410cc90ca75ea1a62ad747271a6aa2f1f48dbec',
})
......@@ -46,6 +38,8 @@ class Mesa < Package
--with-gallium-drivers=nouveau \
--with-dri-drivers=nouveau \
--enable-egl \
--enable-gles1 \
--enable-gles2 \
--with-platforms=x11,drm,wayland \
--enable-gbm \
--enable-xa \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment