Merge pull request #3135 from MilhouseVH/le90_mesa_18.2.6

mesa: update to mesa-18.2.6
This commit is contained in:
CvH 2018-11-29 18:44:05 +01:00 committed by GitHub
commit f083e61abe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,11 +3,11 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="mesa"
PKG_VERSION="18.2.5"
PKG_SHA256="b12c32872832e5353155e1e8026e1f1ab75bba9dc5b178d712045684d26c2b73"
PKG_VERSION="18.2.6"
PKG_SHA256="54b5a0f9565eb441653334afd22697f4bcd3771fafe641bba938a992caa71d7f"
PKG_LICENSE="OSS"
PKG_SITE="http://www.mesa3d.org/"
PKG_URL="ftp://freedesktop.org/pub/mesa/$PKG_NAME-$PKG_VERSION.tar.xz"
PKG_URL="https://github.com/mesa3d/mesa/archive/mesa-$PKG_VERSION.tar.gz"
PKG_DEPENDS_TARGET="toolchain expat libdrm Mako:host"
PKG_LONGDESC="Mesa is a 3-D graphics library with an API."
PKG_TOOLCHAIN="meson"