diff options
Diffstat (limited to 'user')
-rw-r--r-- | user/xorg-drivers/APKBUILD | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/user/xorg-drivers/APKBUILD b/user/xorg-drivers/APKBUILD index 3ec3c891c..f50653136 100644 --- a/user/xorg-drivers/APKBUILD +++ b/user/xorg-drivers/APKBUILD @@ -12,10 +12,13 @@ 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-ati xf86-video-fbdev xf86-video-nouveau" + 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" case $CTARGET_ARCH in x86_64 | pmmx) - depends="$depends xf86-video-intel" ;; + depends="$depends xf86-video-geode xf86-video-intel" ;; esac source="" |