diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2022-11-26 17:37:36 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2022-11-26 17:37:36 -0600 |
commit | 6b4df7005be994f3ecafe51b539bb53c6faac787 (patch) | |
tree | 9cbb878453eee69f3841c0486db99768e029b0a7 /user/xorg-drivers | |
parent | 75d681cc470202b31d5eda28b1eaecbbf89cbff5 (diff) | |
download | packages-6b4df7005be994f3ecafe51b539bb53c6faac787.tar.gz packages-6b4df7005be994f3ecafe51b539bb53c6faac787.tar.bz2 packages-6b4df7005be994f3ecafe51b539bb53c6faac787.tar.xz packages-6b4df7005be994f3ecafe51b539bb53c6faac787.zip |
user/xorg-drivers: Update to remove keyboard
The xf86-input-keyboard package is only for non-Linux OSes. We don't
need it on Linux.
Diffstat (limited to 'user/xorg-drivers')
-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 |