mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
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
|
config BR2_PACKAGE_XAPP_XMH
|
||||||
bool "xmh"
|
bool "xmh"
|
||||||
select BR2_PACKAGE_XLIB_LIBXAW
|
select BR2_PACKAGE_XLIB_LIBXAW
|
||||||
|
select BR2_PACKAGE_XDATA_XBITMAPS
|
||||||
help
|
help
|
||||||
send and read mail with an X interface to MH
|
send and read mail with an X interface to MH
|
||||||
|
@ -7,6 +7,6 @@
|
|||||||
XAPP_XMH_VERSION = 1.0.2
|
XAPP_XMH_VERSION = 1.0.2
|
||||||
XAPP_XMH_SOURCE = xmh-$(XAPP_XMH_VERSION).tar.bz2
|
XAPP_XMH_SOURCE = xmh-$(XAPP_XMH_VERSION).tar.bz2
|
||||||
XAPP_XMH_SITE = http://xorg.freedesktop.org/releases/individual/app
|
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))
|
$(eval $(autotools-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user