xorg-video-drivers: always fbdev, vesa only for x86, unify ppc
The fbdev driver is preferred over vesa in general, as it works with generic framebuffers on all platforms. The vesa driver is also effectively x86 only (only for machines with VBE). Also, there is no reason to keep the ppc32 branch separate.
This commit is contained in:
parent
bdb0273ddc
commit
f7a4145e53
1 changed files with 4 additions and 6 deletions
|
@ -1,9 +1,9 @@
|
||||||
# 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=18
|
revision=19
|
||||||
build_style=meta
|
build_style=meta
|
||||||
depends="xf86-video-vesa 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="Orphaned <orphan@voidlinux.org>"
|
||||||
homepage="http://www.voidlinux.org"
|
homepage="http://www.voidlinux.org"
|
||||||
|
@ -11,14 +11,12 @@ license="Public domain"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686*|x86_64*)
|
i686*|x86_64*)
|
||||||
|
depends+=" xf86-video-vesa"
|
||||||
depends+=" xf86-video-ati xf86-video-amdgpu xf86-video-intel"
|
depends+=" xf86-video-ati xf86-video-amdgpu xf86-video-intel"
|
||||||
depends+=" xf86-video-mga xf86-video-nouveau xf86-video-vmware"
|
depends+=" xf86-video-mga xf86-video-nouveau xf86-video-vmware"
|
||||||
;;
|
;;
|
||||||
ppc64*)
|
ppc*)
|
||||||
depends+=" xf86-video-ati xf86-video-amdgpu"
|
depends+=" xf86-video-ati xf86-video-amdgpu"
|
||||||
depends+=" xf86-video-mga xf86-video-nouveau"
|
depends+=" xf86-video-mga xf86-video-nouveau"
|
||||||
;;
|
;;
|
||||||
ppc|ppc-musl)
|
|
||||||
depends+=" xf86-video-ati xf86-video-amdgpu xf86-video-nouveau"
|
|
||||||
;;
|
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in a new issue