xapp_xev: add missing dependencies on xlib_libXrandr

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

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Thomas Petazzoni 2013-03-25 10:27:12 +00:00 committed by Peter Korsgaard
parent dcbde39f32
commit e68c544ef8
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
config BR2_PACKAGE_XAPP_XEV
bool "xev"
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXRANDR
help
print contents of X events

View File

@ -7,6 +7,6 @@
XAPP_XEV_VERSION = 1.2.0
XAPP_XEV_SOURCE = xev-$(XAPP_XEV_VERSION).tar.bz2
XAPP_XEV_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XEV_DEPENDENCIES = xlib_libX11
XAPP_XEV_DEPENDENCIES = xlib_libX11 xlib_libXrandr
$(eval $(autotools-package))