summaryrefslogtreecommitdiffstats
path: root/rules/libinput.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2014-09-27 08:20:03 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-09-27 09:23:59 +0200
commit1c4539ead03660be813a5a11d4a438c2f7d3606d (patch)
treedb5243878b5dfef529efa7df3c669beeeec55387 /rules/libinput.in
parenta929a1bef0812e0cb30176be617e28cdd5b65daf (diff)
downloadptxdist-1c4539ead03660be813a5a11d4a438c2f7d3606d.tar.gz
ptxdist-1c4539ead03660be813a5a11d4a438c2f7d3606d.tar.xz
libinput: new package
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/libinput.in')
-rw-r--r--rules/libinput.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/rules/libinput.in b/rules/libinput.in
new file mode 100644
index 000000000..75f846451
--- /dev/null
+++ b/rules/libinput.in
@@ -0,0 +1,15 @@
+## SECTION=multimedia_libs
+
+config LIBINPUT
+ tristate
+ select MTDEV
+ select LIBEVDEV
+ select UDEV
+ select UDEV_LIBUDEV
+ prompt "libinput"
+ help
+ libinput is a library to handle input devices in Wayland compositors and to
+ provide a generic X.Org input driver. It provides device detection, device
+ handling, input device event processing and abstraction so minimize the amount
+ of custom input code compositors need to provide the common set of
+ functionality that users expect.