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:
parent
dcbde39f32
commit
e68c544ef8
@ -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
|
||||
|
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user