xorg-video-drivers: properly enable on ppc64 targets
This commit is contained in:
parent
87b24ed66f
commit
738cf54ae1
|
@ -3,7 +3,7 @@ pkgname=xf86-video-amdgpu
|
|||
version=18.1.0
|
||||
revision=1
|
||||
lib32disabled=yes
|
||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl ppc64le ppc64le-musl ppc64-musl"
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="xorgproto eudev-libudev-devel libpciaccess-devel
|
||||
|
|
|
@ -3,7 +3,7 @@ pkgname=xf86-video-ati
|
|||
version=18.1.0
|
||||
revision=1
|
||||
lib32disabled=yes
|
||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl ppc64le ppc64le-musl ppc64-musl"
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="xorgproto eudev-libudev-devel libpciaccess-devel
|
||||
|
|
|
@ -4,7 +4,7 @@ version=1.0.15
|
|||
revision=2
|
||||
lib32disabled=yes
|
||||
build_style=gnu-configure
|
||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl ppc64le ppc64le-musl ppc64-musl"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="eudev-libudev-devel libdrm-devel xorg-server-devel"
|
||||
depends="virtual?xserver-abi-video-24_1 mesa-nouveau-dri"
|
||||
|
|
|
@ -14,4 +14,8 @@ case "$XBPS_TARGET_MACHINE" in
|
|||
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"
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in New Issue