summaryrefslogtreecommitdiff
path: root/user/xorg-drivers
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-07-20 21:11:51 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-07-20 21:11:51 +0000
commit9fa9a131462608a471bdb7bf697b30c9c941acc4 (patch)
tree89393273f823b96673a0e8dfa16ffad64624b78b /user/xorg-drivers
parent361287a98547626006b9509cba7c6431a26242d5 (diff)
downloadpackages-9fa9a131462608a471bdb7bf697b30c9c941acc4.tar.gz
packages-9fa9a131462608a471bdb7bf697b30c9c941acc4.tar.bz2
packages-9fa9a131462608a471bdb7bf697b30c9c941acc4.tar.xz
packages-9fa9a131462608a471bdb7bf697b30c9c941acc4.zip
user/xorg-drivers: don't install broken things on ARM
Diffstat (limited to 'user/xorg-drivers')
-rw-r--r--user/xorg-drivers/APKBUILD11
1 files changed, 8 insertions, 3 deletions
diff --git a/user/xorg-drivers/APKBUILD b/user/xorg-drivers/APKBUILD
index 0d26e67ca..18bd7e6cf 100644
--- a/user/xorg-drivers/APKBUILD
+++ b/user/xorg-drivers/APKBUILD
@@ -16,9 +16,8 @@ depends="xf86-input-evdev xf86-input-joystick xf86-input-keyboard
xf86-video-dummy xf86-video-fbdev xf86-video-freedreno xf86-video-glint
xf86-video-mach64 xf86-video-mga xf86-video-nouveau
xf86-video-openchrome xf86-video-qxl xf86-video-r128
- xf86-video-rendition xf86-video-siliconmotion xf86-video-sis
- xf86-video-sisusb xf86-video-tdfx xf86-video-trident xf86-video-v4l
- xf86-video-vboxvideo xf86-video-vesa xf86-video-vmware"
+ xf86-video-rendition xf86-video-sis xf86-video-sisusb xf86-video-tdfx
+ xf86-video-trident xf86-video-v4l xf86-video-vboxvideo xf86-video-vesa"
case $CTARGET_ARCH in
pmmx)
depends="$depends xf86-video-geode xf86-video-intel" ;;
@@ -27,6 +26,12 @@ case $CTARGET_ARCH in
sparc*)
depends="$depends xf86-video-sunffb xf86-video-sunleo" ;;
esac
+case $CTARGET_ARCH in
+ aarch64*|arm*)
+ ;;
+ *)
+ depends="$depends xf86-video-siliconmotion xf86-video-vmware";;
+esac
source=""
package() {