xorg-video-drivers: architecture specific depends
This commit is contained in:
parent
3566c418cd
commit
17d210a116
1 changed files with 9 additions and 2 deletions
|
@ -1,10 +1,17 @@
|
|||
# Template file for 'xorg-video-drivers'
|
||||
pkgname=xorg-video-drivers
|
||||
version=7.6
|
||||
revision=16
|
||||
revision=17
|
||||
build_style=meta
|
||||
depends="xf86-video-vesa xf86-video-ati xf86-video-amdgpu xf86-video-intel xf86-video-mga xf86-video-nouveau xf86-video-vmware xf86-video-dummy"
|
||||
depends="xf86-video-vesa xf86-video-dummy"
|
||||
short_desc="X.org video drivers meta-package"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.voidlinux.eu"
|
||||
license="Public domain"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*|x86_64*)
|
||||
depends+=" xf86-video-ati xf86-video-amdgpu xf86-video-intel"
|
||||
depends+=" xf86-video-mga xf86-video-nouveau xf86-video-vmware"
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue