From 266c45773b69c2e23fd15fd1a9a17900b372ea5f Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Sun, 14 Apr 2013 13:11:58 +0200 Subject: gtk: fix dependencies Signed-off-by: Michael Olbrich --- rules/gtk.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3