diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-03-25 09:19:57 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-03-25 20:27:32 +0100 |
commit | dcbde39f32304044434d546ac3527967c137953e (patch) | |
tree | 23f379869bbf513d797c5e51eddd0ff69bccf4d8 /package/x11r7 | |
parent | 280d3093cb6917d052ece893f576ba29cce47ebe (diff) |
xapp_xinput: add missing dependencies
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>
Diffstat (limited to 'package/x11r7')
-rw-r--r-- | package/x11r7/xapp_xinput/Config.in | 2 | ||||
-rw-r--r-- | package/x11r7/xapp_xinput/xapp_xinput.mk | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/package/x11r7/xapp_xinput/Config.in b/package/x11r7/xapp_xinput/Config.in index 2505dd349..e438a45bd 100644 --- a/package/x11r7/xapp_xinput/Config.in +++ b/package/x11r7/xapp_xinput/Config.in @@ -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 diff --git a/package/x11r7/xapp_xinput/xapp_xinput.mk b/package/x11r7/xapp_xinput/xapp_xinput.mk index 0eaa50c6e..fea939eb8 100644 --- a/package/x11r7/xapp_xinput/xapp_xinput.mk +++ b/package/x11r7/xapp_xinput/xapp_xinput.mk @@ -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)) |