Commit e68c544e authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Peter Korsgaard
Browse files
parent dcbde39f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_XAPP_XEV
	bool "xev"
	select BR2_PACKAGE_XLIB_LIBX11
	select BR2_PACKAGE_XLIB_LIBXRANDR
	help
	  print contents of X events
+1 −1
Original line number Diff line number Diff line
@@ -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))