comps: install xorg-x11-drv-libinput by default

Libinput has superior input handling than default synaptics drivers.

Fixes https://github.com/QubesOS/qubes-issues/issues/2375
This commit is contained in:
Jean-Philippe Ouellet 2016-10-13 02:12:12 -04:00
parent 2d273eb439
commit 355e8d032e

View File

@ -1012,6 +1012,7 @@
<packagereq type="mandatory">gnome-packagekit</packagereq>
<packagereq type="mandatory">mesa-dri-drivers</packagereq>
<packagereq type="mandatory">xorg-x11-drivers</packagereq>
<packagereq type="mandatory">xorg-x11-drv-libinput</packagereq>
<packagereq type="mandatory">xorg-x11-server-Xorg</packagereq>
<packagereq type="mandatory">xorg-x11-utils</packagereq>
<packagereq type="mandatory">xorg-x11-xauth</packagereq>