xf86-video-ati: no armv6 for now

This commit is contained in:
q66 2020-02-21 13:39:27 +01:00
parent 1e99267daa
commit b7d39ff153
1 changed files with 4 additions and 0 deletions

View File

@ -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
}