summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2013-04-14 13:11:58 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2013-04-14 13:11:58 +0200
commit266c45773b69c2e23fd15fd1a9a17900b372ea5f (patch)
tree27ecadc9f8012aaf9e4b60e853138ce3a2e8b0d8
parent68cff01d68b6f2f28883fac25beb510b8edb8356 (diff)
downloadptxdist-266c45773b69c2e23fd15fd1a9a17900b372ea5f.tar.gz
ptxdist-266c45773b69c2e23fd15fd1a9a17900b372ea5f.tar.xz
gtk: fix dependencies
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/gtk.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/rules/gtk.in b/rules/gtk.in
index 0728bcf4e..72a524221 100644
--- a/rules/gtk.in
+++ b/rules/gtk.in
@@ -22,7 +22,8 @@ menuconfig GTK
select XORG_LIB_X11_XKB if GTK_XKB
select XORG_LIB_XINERAMA if GTK_XINERAMA
# FIXME - gtk's configure doesn't check for XInput.h. Should be patched.
- select XORG_LIB_XI if GTK_XINPUT
+ # gdk needs XInput.h even with xinput disabled
+ select XORG_LIB_XI
select XORG_LIB_XRANDR if GTK_XRANDR
select XORG_LIB_XFIXES if GTK_XFIXES
select XORG_LIB_XCOMPOSITE if GTK_XCOMPOSITE