xapp_xinput: add missing dependencies
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 25 Mar 2013 09:19:57 +0000 (09:19 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 25 Mar 2013 19:27:32 +0000 (20:27 +0100)
Following the big X.org bump, a few dependencies were missing in the
xapp_xinput package.

Fixes:
http://autobuild.buildroot.org/results/7e4ebd4dd47f49bcd4d225b17fbbc8b211e5201a/build-end.log.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/x11r7/xapp_xinput/Config.in
package/x11r7/xapp_xinput/xapp_xinput.mk

index 2505dd3495ff6dedd15067db1487bf2fdca3f342..e438a45bdbc84a3f4cdbfb43a5df75f5939cf47a 100644 (file)
@@ -2,5 +2,7 @@ config BR2_PACKAGE_XAPP_XINPUT
        bool "xinput"
        select BR2_PACKAGE_XLIB_LIBX11
        select BR2_PACKAGE_XLIB_LIBXI
+       select BR2_PACKAGE_XLIB_LIBXRANDR
+       select BR2_PACKAGE_XLIB_LIBXINERAMA
        help
          xinput
index 0eaa50c6e51e2028d949dde2d6876f5ce6f20d9d..fea939eb813d45c3351bd595edc5d175091cfb30 100644 (file)
@@ -7,6 +7,6 @@
 XAPP_XINPUT_VERSION = 1.6.0
 XAPP_XINPUT_SOURCE = xinput-$(XAPP_XINPUT_VERSION).tar.bz2
 XAPP_XINPUT_SITE = http://xorg.freedesktop.org/releases/individual/app
-XAPP_XINPUT_DEPENDENCIES = xlib_libX11 xlib_libXi
+XAPP_XINPUT_DEPENDENCIES = xlib_libX11 xlib_libXi xlib_libXrandr xlib_libXinerama
 
 $(eval $(autotools-package))