Merge pull request #1656 from lrusak/package-updates

mesa and libdrm update
This commit is contained in:
MilhouseVH 2017-05-30 16:31:49 +01:00 committed by GitHub
commit 9f015bc3a2
2 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@
################################################################################
PKG_NAME="libdrm"
PKG_VERSION="2.4.80"
PKG_VERSION="2.4.81"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://dri.freedesktop.org"

View File

@ -17,7 +17,7 @@
################################################################################
PKG_NAME="mesa"
PKG_VERSION="17.0.5"
PKG_VERSION="17.1.1"
PKG_ARCH="any"
PKG_LICENSE="OSS"
PKG_SITE="http://www.mesa3d.org/"
@ -115,7 +115,7 @@ PKG_CONFIGURE_OPTS_TARGET="CC_FOR_BUILD=$HOST_CC \
pre_configure_target() {
if [ "$DISPLAYSERVER" = "x11" ]; then
export LIBS="-lxcb-dri3 -lxcb-present -lxcb-sync -lxshmfence -lz"
export LIBS="-lxcb-dri3 -lxcb-dri2 -lxcb-xfixes -lxcb-present -lxcb-sync -lxshmfence -lz"
fi
}