diff --git a/srcpkgs/xf86-video-amdgpu/template b/srcpkgs/xf86-video-amdgpu/template index ec4e0eeccf3..8990befb91d 100644 --- a/srcpkgs/xf86-video-amdgpu/template +++ b/srcpkgs/xf86-video-amdgpu/template @@ -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 diff --git a/srcpkgs/xf86-video-ati/template b/srcpkgs/xf86-video-ati/template index 690bcd7932d..8e5f0fa5b34 100644 --- a/srcpkgs/xf86-video-ati/template +++ b/srcpkgs/xf86-video-ati/template @@ -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 diff --git a/srcpkgs/xf86-video-nouveau/template b/srcpkgs/xf86-video-nouveau/template index 524a3e62a03..d89340248ca 100644 --- a/srcpkgs/xf86-video-nouveau/template +++ b/srcpkgs/xf86-video-nouveau/template @@ -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" diff --git a/srcpkgs/xorg-video-drivers/template b/srcpkgs/xorg-video-drivers/template index b9de0f6b541..3e0072eaf10 100644 --- a/srcpkgs/xorg-video-drivers/template +++ b/srcpkgs/xorg-video-drivers/template @@ -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