Merge pull request #905 from lrusak/mesa

mesa: update to 13.0.0
This commit is contained in:
MilhouseVH 2016-11-04 03:36:19 +00:00 committed by GitHub
commit fcdcdc6b9b

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() {