Add buildroot 2018-02
This commit is contained in:
26
buildroot/package/qt/Config.mouse.in
Normal file
26
buildroot/package/qt/Config.mouse.in
Normal file
@@ -0,0 +1,26 @@
|
||||
menu "Mouse drivers"
|
||||
|
||||
config BR2_PACKAGE_QT_MOUSE_PC
|
||||
bool "pc"
|
||||
|
||||
config BR2_PACKAGE_QT_MOUSE_LINUXTP
|
||||
bool "linuxtp"
|
||||
|
||||
config BR2_PACKAGE_QT_MOUSE_LINUXINPUT
|
||||
bool "linux input"
|
||||
|
||||
config BR2_PACKAGE_QT_MOUSE_TSLIB
|
||||
bool "tslib"
|
||||
select BR2_PACKAGE_TSLIB
|
||||
|
||||
config BR2_PACKAGE_QT_MOUSE_QVFB
|
||||
bool "qvfb"
|
||||
|
||||
comment "Mouse Options"
|
||||
|
||||
config BR2_PACKAGE_QT_MOUSE_NO_QWS_CURSOR
|
||||
bool "Hide the mouse cursor"
|
||||
help
|
||||
Do not show the mouse cursor in QWS.
|
||||
|
||||
endmenu
|
||||
Reference in New Issue
Block a user