xorg-video-drivers: nouveau on aarch64, usual drivers on armv7
This commit is contained in:
parent
d3059808e6
commit
f94fb9aa5c
1 changed files with 4 additions and 7 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'xorg-video-drivers'
|
# Template file for 'xorg-video-drivers'
|
||||||
pkgname=xorg-video-drivers
|
pkgname=xorg-video-drivers
|
||||||
version=7.6
|
version=7.6
|
||||||
revision=21
|
revision=22
|
||||||
build_style=meta
|
build_style=meta
|
||||||
depends="xf86-video-fbdev xf86-video-dummy"
|
depends="xf86-video-fbdev xf86-video-dummy"
|
||||||
short_desc="X.org video drivers meta-package"
|
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"
|
homepage="http://www.voidlinux.org"
|
||||||
license="Public domain"
|
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686*|x86_64*)
|
i686*|x86_64*)
|
||||||
|
@ -18,10 +18,7 @@ case "$XBPS_TARGET_MACHINE" in
|
||||||
esac
|
esac
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
# 32-bit ARM/MIPs vary too much, don't have defaults
|
armv[56]*|mips*) ;;
|
||||||
arm*|mips*) ;;
|
|
||||||
aarch64*)
|
|
||||||
depends+=" xf86-video-ati xf86-video-amdgpu";;
|
|
||||||
*)
|
*)
|
||||||
depends+=" xf86-video-ati xf86-video-amdgpu"
|
depends+=" xf86-video-ati xf86-video-amdgpu"
|
||||||
depends+=" xf86-video-nouveau"
|
depends+=" xf86-video-nouveau"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue