diff options
-rw-r--r-- | user/xorg-drivers/APKBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/user/xorg-drivers/APKBUILD b/user/xorg-drivers/APKBUILD index c39fce3ba..cbefb4780 100644 --- a/user/xorg-drivers/APKBUILD +++ b/user/xorg-drivers/APKBUILD @@ -1,16 +1,15 @@ # Maintainer: A. Wilcox <awilfox@adelielinux.org> pkgname=xorg-drivers -pkgver=1.0 -pkgrel=1 +pkgver=1.1 +pkgrel=0 pkgdesc="Drivers for X.Org systems" url="https://www.X.Org/" arch="all" license="MIT" options="!check !dbg" # Metapacakge subpackages="" -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 +depends="xf86-input-evdev xf86-input-joystick xf86-input-libinput + xf86-input-mouse xf86-input-synaptics xf86-input-void xf86-input-wacom xf86-video-amdgpu xf86-video-ast xf86-video-ati xf86-video-cirrus xf86-video-dummy xf86-video-fbdev xf86-video-glint xf86-video-mach64 |