iptables: bump to version 1.6.1
[buildroot-gz.git] / package / qt / Config.mouse.in
blobf15f8d5f56811b5a41b3e5e95831d97740c7b4a6
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
16         depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12 # tslib
18 comment "tslib support needs a toolchain w/ dynamic library, headers >= 3.12"
19         depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12
21 config BR2_PACKAGE_QT_MOUSE_QVFB
22         bool "qvfb"
24 comment "Mouse Options"
26 config BR2_PACKAGE_QT_MOUSE_NO_QWS_CURSOR
27         bool "Hide the mouse cursor"
28         help
29           Do not show the mouse cursor in QWS.
31 endmenu