67575a811b
http://lists.x.org/archives/xorg-announce/2015-April/002585.html "The void driver is a dummy driver that does nothing and just fulfils the requirements of really old servers that must have an input device. It is just dead weight for any server released after 2007 or so. Don't use it." Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
12 lines
401 B
Plaintext
12 lines
401 B
Plaintext
config BR2_PACKAGE_XDRIVER_XF86_INPUT_VOID
|
|
bool "xf86-input-void"
|
|
# http://lists.x.org/archives/xorg-announce/2015-April/002585.html
|
|
# "It is just dead weight for any server released after 2007 or so.
|
|
# Don't use it."
|
|
depends on BR2_DEPRECATED_SINCE_2015_05
|
|
select BR2_PACKAGE_XPROTO_INPUTPROTO
|
|
select BR2_PACKAGE_XPROTO_RANDRPROTO
|
|
select BR2_PACKAGE_XPROTO_XPROTO
|
|
help
|
|
null input driver
|