mesa: update to 12.0.0-rc2

This commit is contained in:
Lukas Rusak 2016-06-14 01:13:34 -07:00
parent a35b6fa8ae
commit 04ebb94a26

View File

@ -17,12 +17,12 @@
################################################################################ ################################################################################
PKG_NAME="mesa" PKG_NAME="mesa"
PKG_VERSION="11.2.2" PKG_VERSION="12.0.0-rc2"
PKG_REV="1" PKG_REV="1"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="OSS" PKG_LICENSE="OSS"
PKG_SITE="http://www.mesa3d.org/" PKG_SITE="http://www.mesa3d.org/"
PKG_URL="ftp://freedesktop.org/pub/mesa/$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.xz" PKG_URL="ftp://freedesktop.org/pub/mesa/${PKG_VERSION%-*}/$PKG_NAME-$PKG_VERSION.tar.xz"
PKG_DEPENDS_TARGET="toolchain Python:host expat glproto dri2proto presentproto libdrm libXext libXdamage libXfixes libXxf86vm libxcb libX11 systemd dri3proto libxshmfence libressl" PKG_DEPENDS_TARGET="toolchain Python:host expat glproto dri2proto presentproto libdrm libXext libXdamage libXfixes libXxf86vm libxcb libX11 systemd dri3proto libxshmfence libressl"
PKG_PRIORITY="optional" PKG_PRIORITY="optional"
PKG_SECTION="graphics" PKG_SECTION="graphics"
@ -109,7 +109,7 @@ PKG_CONFIGURE_OPTS_TARGET="CC_FOR_BUILD=$HOST_CC \
--with-sysroot=$SYSROOT_PREFIX" --with-sysroot=$SYSROOT_PREFIX"
pre_configure_target() { pre_configure_target() {
export LIBS="-lxcb-dri3 -lxcb-present -lxcb-sync -lxshmfence" export LIBS="-lxcb-dri3 -lxcb-present -lxcb-sync -lxshmfence -lz"
} }
post_makeinstall_target() { post_makeinstall_target() {