diff --git a/srcpkgs/xorg-video-drivers/template b/srcpkgs/xorg-video-drivers/template index b21675a42dc..cd1eba06efe 100644 --- a/srcpkgs/xorg-video-drivers/template +++ b/srcpkgs/xorg-video-drivers/template @@ -1,7 +1,7 @@ # Template file for 'xorg-video-drivers' pkgname=xorg-video-drivers version=7.6 -revision=20 +revision=21 build_style=meta depends="xf86-video-fbdev xf86-video-dummy" short_desc="X.org video drivers meta-package" @@ -20,6 +20,8 @@ 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";; *) depends+=" xf86-video-ati xf86-video-amdgpu" depends+=" xf86-video-nouveau"