Commit 7e099a6d authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Peter Korsgaard
Browse files
parent 98e16e78
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_XAPP_XMH
	bool "xmh"
	select BR2_PACKAGE_XLIB_LIBXAW
	select BR2_PACKAGE_XDATA_XBITMAPS
	help
	  send and read mail with an X interface to MH
+1 −1
Original line number Diff line number Diff line
@@ -7,6 +7,6 @@
XAPP_XMH_VERSION = 1.0.2
XAPP_XMH_SOURCE = xmh-$(XAPP_XMH_VERSION).tar.bz2
XAPP_XMH_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XMH_DEPENDENCIES = xlib_libXaw
XAPP_XMH_DEPENDENCIES = xlib_libXaw xdata_xbitmaps

$(eval $(autotools-package))