From 886e618e8354164c2962dc416919d0ec64b8bb5d Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sun, 19 Sep 2010 13:15:06 +0200 Subject: Packages: Gtk+: when X is used as backend, build with xinput support Signed-off-by: Abdoulaye Walsimou Gaye --- packages/graphics/gtk/gtk.kconfig | 1 + packages/graphics/gtk/gtk.mk | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'packages') diff --git a/packages/graphics/gtk/gtk.kconfig b/packages/graphics/gtk/gtk.kconfig index 4f02c4a..39b878b 100644 --- a/packages/graphics/gtk/gtk.kconfig +++ b/packages/graphics/gtk/gtk.kconfig @@ -54,6 +54,7 @@ choice select EMBTK_HAVE_LIBX11 select EMBTK_HAVE_LIBXEXT select EMBTK_HAVE_LIBXRENDER + select EMBTK_HAVE_XINPUT config EMBTK_GTK_BACKEND_DIRECTFB bool "DirectFB" select EMBTK_HAVE_DIRECTFB diff --git a/packages/graphics/gtk/gtk.mk b/packages/graphics/gtk/gtk.mk index e3111dc..20b0276 100644 --- a/packages/graphics/gtk/gtk.mk +++ b/packages/graphics/gtk/gtk.mk @@ -42,8 +42,8 @@ ifeq ($(CONFIG_EMBTK_GTK_BACKEND_DIRECTFB),y) GTK_BACKEND := --with-gdktarget=directfb --without-x GTK_DEPS += directfb_install else -GTK_BACKEND := --with-gdktarget=x11 --with-x -GTK_DEPS += libx11_install libxext_install libxrender_install +GTK_BACKEND := --with-gdktarget=x11 --with-x --with-xinput=yes +GTK_DEPS += libx11_install libxext_install libxrender_install xinput_install endif gtk_install: -- cgit v1.2.3