xapp_xmh: add dependency on xdata_xbitmap
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 9 Dec 2012 08:14:01 +0000 (08:14 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 9 Dec 2012 20:56:23 +0000 (21:56 +0100)
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>
package/x11r7/xapp_xmh/Config.in
package/x11r7/xapp_xmh/xapp_xmh.mk

index 3da965a6980d5d3acd1153492f94a504e66d311c..1ef65c762faaa800d1d75b891dfa6fa9417ed53a 100644 (file)
@@ -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
index 934f38d537b79eb36a31472520e028c1ef992ab4..920289e24bf6463f005956ebf752be31576a0f08 100644 (file)
@@ -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))