summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-08-02 16:15:51 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2010-08-02 21:25:24 +0200
commit2d6444de85924be327952ca59ed0f66c7461bceb (patch)
tree45d661c8f7f4b3cfa7ab3800435de6e1f59ce1c2
parentcff5469dc9027893c8c92396d5604461539a23b5 (diff)
downloadptxdist-2d6444de85924be327952ca59ed0f66c7461bceb.tar.gz
ptxdist-2d6444de85924be327952ca59ed0f66c7461bceb.tar.xz
[xorg-app-xinput] fix dependencies
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de> (cherry picked from commit be95cd9f073e975eca6082ea5aaac10fa1a4e27b) Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
-rw-r--r--rules/xorg-app-xinput.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/rules/xorg-app-xinput.in b/rules/xorg-app-xinput.in
index f533e2889..99316f657 100644
--- a/rules/xorg-app-xinput.in
+++ b/rules/xorg-app-xinput.in
@@ -2,6 +2,11 @@
config XORG_APP_XINPUT
tristate
+ select XORG_LIB_X11
+ select XORG_LIB_XEXT
+ select XORG_LIB_XI
+ select XORG_PROTO_INPUT
prompt "xinput"
help
- FIXME
+ Xinput is an utility for configuring and testing XInput
+ devices.