xorg-video-drivers: add amdgpu to ppc metapackage

This commit is contained in:
Foxlet 2019-02-09 00:05:59 -05:00 committed by Helmut Pozimski
parent f8fb679f69
commit 4e7fae344a

View file

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