diff options
Diffstat (limited to 'package/x11r7/xapp_xev')
-rw-r--r-- | package/x11r7/xapp_xev/Config.in | 7 | ||||
-rw-r--r-- | package/x11r7/xapp_xev/xapp_xev.mk | 13 |
2 files changed, 20 insertions, 0 deletions
diff --git a/package/x11r7/xapp_xev/Config.in b/package/x11r7/xapp_xev/Config.in new file mode 100644 index 000000000..04e3edc4c --- /dev/null +++ b/package/x11r7/xapp_xev/Config.in @@ -0,0 +1,7 @@ +config BR2_PACKAGE_XAPP_XEV + bool "xev" + default n + select BR2_PACKAGE_XLIB_LIBX11 + help + xev 1.0.1 + print contents of X events diff --git a/package/x11r7/xapp_xev/xapp_xev.mk b/package/x11r7/xapp_xev/xapp_xev.mk new file mode 100644 index 000000000..7e75a5dd7 --- /dev/null +++ b/package/x11r7/xapp_xev/xapp_xev.mk @@ -0,0 +1,13 @@ +################################################################################ +# +# 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)) |