ruby: bump version to 2.4.1
[buildroot-gz.git] / package / qt / Config.mouse.in
blob11da956f62f6eab0eb41363c65957b8e893606c8
1 menu "Mouse drivers"
3 config BR2_PACKAGE_QT_MOUSE_PC
4         bool "pc"
6 config BR2_PACKAGE_QT_MOUSE_LINUXTP
7         bool "linuxtp"
9 config BR2_PACKAGE_QT_MOUSE_LINUXINPUT
10         bool "linux input"
12 config BR2_PACKAGE_QT_MOUSE_TSLIB
13         bool "tslib"
14         select BR2_PACKAGE_TSLIB
15         depends on !BR2_STATIC_LIBS # tslib
17 comment "tslib support needs a toolchain w/ dynamic library"
18         depends on BR2_STATIC_LIBS
20 config BR2_PACKAGE_QT_MOUSE_QVFB
21         bool "qvfb"
23 comment "Mouse Options"
25 config BR2_PACKAGE_QT_MOUSE_NO_QWS_CURSOR
26         bool "Hide the mouse cursor"
27         help
28           Do not show the mouse cursor in QWS.
30 endmenu