Skip to content

Commit

Permalink
Qt: enable linuxinput (evdev) mouse driver
Browse files Browse the repository at this point in the history
The standard pc mouse driver only supports relative coordinates.
Linuxinput can deal with devices -like touchpads- emitting absolute coordinates
  • Loading branch information
maxnet committed Sep 16, 2015
1 parent c15db5c commit 37d5969
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configs/berryboot_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ BR2_PACKAGE_QT_SYSTEMPNG=y
BR2_PACKAGE_QT_SYSTEMZLIB=y
BR2_PACKAGE_QT_GFX_VNC=y
BR2_PACKAGE_QT_MOUSE_PC=y
BR2_PACKAGE_QT_MOUSE_LINUXINPUT=y
BR2_PACKAGE_QT_KEYBOARD_TTY=y
# BR2_PACKAGE_QT_XML is not set
# BR2_PACKAGE_QT_SCRIPT is not set
Expand Down

0 comments on commit 37d5969

Please sign in to comment.