summaryrefslogtreecommitdiffstats
path: root/package/x11r7/xapp_xmh/xapp_xmh.mk
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-12-09 08:14:01 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2012-12-09 21:56:23 +0100
commit7e099a6da82d59ce737e48f279495e84d77bd5d3 (patch)
treea3cfde8a824286dfdbb436f8bdac402118f435f9 /package/x11r7/xapp_xmh/xapp_xmh.mk
parent98e16e7849e5ad63ce084e0564c84233793e6cc1 (diff)
downloadbuildroot-novena-7e099a6da82d59ce737e48f279495e84d77bd5d3.tar.gz
buildroot-novena-7e099a6da82d59ce737e48f279495e84d77bd5d3.zip
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>
Diffstat (limited to 'package/x11r7/xapp_xmh/xapp_xmh.mk')
-rw-r--r--package/x11r7/xapp_xmh/xapp_xmh.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/x11r7/xapp_xmh/xapp_xmh.mk b/package/x11r7/xapp_xmh/xapp_xmh.mk
index 934f38d53..920289e24 100644
--- a/package/x11r7/xapp_xmh/xapp_xmh.mk
+++ b/package/x11r7/xapp_xmh/xapp_xmh.mk
@@ -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))