buildroot/package/x11r7/xapp_xev/xapp_xev.mk

14 lines
451 B
Makefile

################################################################################
#
# xapp_xev -- print contents of X events
#
################################################################################
XAPP_XEV_VERSION = 1.0.1
XAPP_XEV_SOURCE = xev-$(XAPP_XEV_VERSION).tar.bz2
XAPP_XEV_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XEV_AUTORECONF = YES
XAPP_XEV_DEPENDANCIES = xlib_libX11
$(eval $(call AUTOTARGETS,xapp_xev))