mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
xorg-video-drivers: add ati and nouveau for ppc
This commit is contained in:
parent
7709dd25cc
commit
bd34c2bc75
1 changed files with 3 additions and 0 deletions
|
@ -18,4 +18,7 @@ case "$XBPS_TARGET_MACHINE" in
|
||||||
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-nouveau"
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Add table
Reference in a new issue