From 5a89615ea962ae694b3dd53e6c62b8b83edac942 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 18 Jul 2014 13:56:48 +0200 Subject: [PATCH] xf86-video-ati: err enable glamor without glamor-egl around. --- srcpkgs/xf86-video-ati/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/xf86-video-ati/template b/srcpkgs/xf86-video-ati/template index fba92803f3..02b646b75e 100644 --- a/srcpkgs/xf86-video-ati/template +++ b/srcpkgs/xf86-video-ati/template @@ -1,11 +1,11 @@ # Template build file for 'xf86-video-ati'. pkgname=xf86-video-ati version=7.4.0 -revision=4 +revision=5 lib32disabled=yes only_for_archs="i686 x86_64" build_style=gnu-configure -configure_args="--disable-glamor" +configure_args="--enable-glamor" hostmakedepends="pkg-config" makedepends="xf86driproto libudev-devel>=183 libpciaccess-devel libdrm-devel pixman-devel MesaLib-devel xorg-server-devel>=1.16<1.17"