mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
xorg-video-drivers: remove xf86-video-nouveau from aarch64* package
This commit is contained in:
parent
4026bb1695
commit
793c2c87e5
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# 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=20
|
revision=21
|
||||||
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"
|
||||||
|
@ -20,6 +20,8 @@ esac
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
# 32-bit ARM/MIPs vary too much, don't have defaults
|
# 32-bit ARM/MIPs vary too much, don't have defaults
|
||||||
arm*|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
Reference in a new issue