From b7d39ff153d84bdbf5c07e5f619d75de456685f5 Mon Sep 17 00:00:00 2001 From: q66 Date: Fri, 21 Feb 2020 13:39:27 +0100 Subject: [PATCH] xf86-video-ati: no armv6 for now --- srcpkgs/xf86-video-ati/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/xf86-video-ati/template b/srcpkgs/xf86-video-ati/template index 4d1083e2f92..10be3ba0ac0 100644 --- a/srcpkgs/xf86-video-ati/template +++ b/srcpkgs/xf86-video-ati/template @@ -17,6 +17,10 @@ checksum=659f5a1629eea5f5334d9b39b18e6807a63aa1efa33c1236d9cc53acbb223c49 lib32disabled=yes LDFLAGS="-Wl,-z,lazy" +case "$XBPS_TARGET_MACHINE" in + armv6*) broken="no dri.h";; +esac + post_install() { vlicense COPYING }