xorg-video-drivers: nouveau on aarch64, usual drivers on armv7

This commit is contained in:
q66 2020-07-31 21:23:54 +02:00 committed by Daniel Kolesa
parent d3059808e6
commit f94fb9aa5c

View file

@ -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 <orphan@voidlinux.org>"
maintainer="q66 <daniel@octaforge.org>"
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"