diff --git a/srcpkgs/xorg-video-drivers/template b/srcpkgs/xorg-video-drivers/template index cd1eba06efe..094b71591d0 100644 --- a/srcpkgs/xorg-video-drivers/template +++ b/srcpkgs/xorg-video-drivers/template @@ -1,13 +1,13 @@ # Template file for 'xorg-video-drivers' pkgname=xorg-video-drivers version=7.6 -revision=21 +revision=22 build_style=meta depends="xf86-video-fbdev xf86-video-dummy" short_desc="X.org video drivers meta-package" -maintainer="Orphaned " +maintainer="q66 " +license="CC0-1.0" homepage="http://www.voidlinux.org" -license="Public domain" case "$XBPS_TARGET_MACHINE" in i686*|x86_64*) @@ -18,10 +18,7 @@ case "$XBPS_TARGET_MACHINE" in esac case "$XBPS_TARGET_MACHINE" in - # 32-bit ARM/MIPs vary too much, don't have defaults - arm*|mips*) ;; - aarch64*) - depends+=" xf86-video-ati xf86-video-amdgpu";; + armv[56]*|mips*) ;; *) depends+=" xf86-video-ati xf86-video-amdgpu" depends+=" xf86-video-nouveau"