summaryrefslogtreecommitdiff
path: root/user/xorg-drivers
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-07-17 13:29:36 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-07-17 13:29:36 +0000
commit81d87845a95e7e73b46ddc53d0894da1add0a25a (patch)
tree14469bebc433e95d120f0cf550ef671cd4e24816 /user/xorg-drivers
parent028abafd26f6fd4b1ec3053a1927d8636d0afc34 (diff)
downloadpackages-81d87845a95e7e73b46ddc53d0894da1add0a25a.tar.gz
packages-81d87845a95e7e73b46ddc53d0894da1add0a25a.tar.bz2
packages-81d87845a95e7e73b46ddc53d0894da1add0a25a.tar.xz
packages-81d87845a95e7e73b46ddc53d0894da1add0a25a.zip
user/xorg-drivers: add new video drivers
Diffstat (limited to 'user/xorg-drivers')
-rw-r--r--user/xorg-drivers/APKBUILD15
1 files changed, 10 insertions, 5 deletions
diff --git a/user/xorg-drivers/APKBUILD b/user/xorg-drivers/APKBUILD
index c6442655d..0d26e67ca 100644
--- a/user/xorg-drivers/APKBUILD
+++ b/user/xorg-drivers/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=xorg-drivers
pkgver=1.0
-pkgrel=0
+pkgrel=1
pkgdesc="Drivers for X.Org systems"
url="https://www.X.Org/"
arch="all"
@@ -12,15 +12,20 @@ depends="xf86-input-evdev xf86-input-joystick xf86-input-keyboard
xf86-input-libinput xf86-input-mouse xf86-input-synaptics
xf86-input-void xf86-input-wacom
- xf86-video-ast xf86-video-ati xf86-video-cirrus xf86-video-dummy
- xf86-video-fbdev xf86-video-freedreno xf86-video-mach64 xf86-video-mga
- xf86-video-nouveau xf86-video-openchrome xf86-video-qxl xf86-video-r128
- xf86-video-tdfx"
+ xf86-video-amdgpu xf86-video-ast xf86-video-ati xf86-video-cirrus
+ 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"
case $CTARGET_ARCH in
pmmx)
depends="$depends xf86-video-geode xf86-video-intel" ;;
x86_64)
depends="$depends xf86-video-intel" ;;
+ sparc*)
+ depends="$depends xf86-video-sunffb xf86-video-sunleo" ;;
esac
source=""