21fdf73989
Revbumped affected packages. Signed-off-by: Juan RP <xtraeme@gmail.com> [ci skip]
24 lines
686 B
Bash
24 lines
686 B
Bash
# Template file for 'xorg-video-drivers'
|
|
pkgname=xorg-video-drivers
|
|
version=7.6
|
|
revision=18
|
|
build_style=meta
|
|
depends="xf86-video-vesa xf86-video-dummy"
|
|
short_desc="X.org video drivers meta-package"
|
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
|
homepage="http://www.voidlinux.org"
|
|
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"
|
|
;;
|
|
ppc64*)
|
|
depends+=" xf86-video-ati xf86-video-amdgpu"
|
|
depends+=" xf86-video-mga xf86-video-nouveau"
|
|
;;
|
|
ppc|ppc-musl)
|
|
depends+=" xf86-video-ati xf86-video-amdgpu xf86-video-nouveau"
|
|
;;
|
|
esac
|