sunxi-mali: use r2p4 binaries that have DRI2 support.

This commit is contained in:
Juan RP 2014-01-29 13:25:51 +01:00
parent bbd4180402
commit c59dfe8fc4
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'sunxi-mali'
pkgname=sunxi-mali
version=20140127
revision=1
revision=2
build_style=gnu-makefile
short_desc="Linux sunxi MALI userpace propietary libraries"
maintainer="Juan RP <xtraeme@gmail.com>"
@ -20,7 +20,7 @@ provides="libEGL-1.0_1 libGLES-1.0_1"
replaces="libEGL>=0 libGLES>=0"
do_build() {
VERSION=r3p1 ABI=armhf EGL_TYPE=x11 make config
VERSION=r2p4 ABI=armhf EGL_TYPE=x11 make config
make ${makejobs}
}