e68c544ef8
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>
13 lines
432 B
Makefile
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))
|