sunxi-mali: use r2p4 binaries that have DRI2 support.
This commit is contained in:
parent
bbd4180402
commit
c59dfe8fc4
|
@ -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}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue