From c59dfe8fc4c340e1a7519f036473c198c4670de2 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 29 Jan 2014 13:25:51 +0100 Subject: [PATCH] sunxi-mali: use r2p4 binaries that have DRI2 support. --- srcpkgs/sunxi-mali/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/sunxi-mali/template b/srcpkgs/sunxi-mali/template index 24eda88c9e6..f62e4feca88 100644 --- a/srcpkgs/sunxi-mali/template +++ b/srcpkgs/sunxi-mali/template @@ -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 " @@ -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} }