buildrootschalter/package/x11r7/xapp_xev/xapp_xev.mk
Thomas Petazzoni e68c544ef8 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>
2013-03-25 21:33:36 +01:00

13 lines
432 B
Makefile

################################################################################
#
# xapp_xev -- print contents of X events
#
################################################################################
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 xlib_libXrandr
$(eval $(autotools-package))