buildrootschalter/package/evtest/Config.in
Peter Korsgaard 7d1473859d evtest: add as a seperate package
Evtest is nowadays maintained as a seperate package by Peter Hutterer.

The project doesn't release any tarballs, so use the one of Fedora instead
so we don't need to autoreconf:

http://comments.gmane.org/gmane.comp.freedesktop.xorg.announce/1671

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-09-28 22:08:39 +02:00

19 lines
583 B
Plaintext

config BR2_PACKAGE_EVTEST
bool "evtest"
help
evtest displays information on the input device specified on
the command line, including all the events supported by the
device. It then monitors the device and displays all the
events layer events generated.
http://www.freedesktop.org/wiki/Evtest
config BR2_PACKAGE_EVTEST_CAPTURE
bool "evtest-capture"
depends on BR2_PACKAGE_EVTEST
select BR2_PACKAGE_LIBXML2
help
evtest-capture captures the information and events from the
input device specified on the command line and writes it to
the xml file given.