xorg-video-drivers: add ati and nouveau for ppc

This commit is contained in:
Thomas Batten 2019-01-29 16:21:35 +10:30 committed by Helmut Pozimski
parent 7709dd25cc
commit bd34c2bc75
1 changed files with 3 additions and 0 deletions

View File

@ -18,4 +18,7 @@ case "$XBPS_TARGET_MACHINE" in
depends+=" xf86-video-ati xf86-video-amdgpu"
depends+=" xf86-video-mga xf86-video-nouveau"
;;
ppc|ppc-musl)
depends+=" xf86-video-ati xf86-video-nouveau"
;;
esac