xapp_xmh: add dependency on xdata_xbitmap
Fixes: http://autobuild.buildroot.org/results/fa059a89a305914700f63d7f0b0d4a3f63beb039/build-end.log Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
98e16e7849
commit
7e099a6da8
@ -1,5 +1,6 @@
|
||||
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
|
||||
|
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user