blob: b2284cda3372c0c7f69c80fc1c5574da7fd77f1f (
plain)
1
2
3
4
5
6
7
8
9
|
config BR2_PACKAGE_XDRIVER_XF86_INPUT_VMMOUSE
bool "xf86-input-vmmouse"
depends on BR2_i386 || BR2_x86_64
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XPROTO_INPUTPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
select BR2_PACKAGE_XPROTO_XPROTO
help
VMWare mouse input driver
|