mesa: update to 13.0.0

This commit is contained in:
Lukas Rusak 2016-11-02 10:10:18 -07:00
parent ae704a715f
commit a0a15e8fe1
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3

View File

@ -17,7 +17,7 @@
################################################################################
PKG_NAME="mesa"
PKG_VERSION="12.0.3"
PKG_VERSION="13.0.0"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="OSS"
@ -105,6 +105,7 @@ PKG_CONFIGURE_OPTS_TARGET="CC_FOR_BUILD=$HOST_CC \
--with-osmesa-lib-name=OSMesa \
--with-gallium-drivers=$GALLIUM_DRIVERS \
--with-dri-drivers=$DRI_DRIVERS \
--with-vulkan-drivers=no \
--with-sysroot=$SYSROOT_PREFIX"
pre_configure_target() {