From a10439d3cd1d836fccf3fdf8e7949a71bf341ba9 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Thu, 6 May 2010 20:07:29 +0200 Subject: Enable xapp_bdftopcf dependencies for the host Now that xapp_bdftopcf is enabled on the host, we also need its dependencies to be available for the host. The dependency of host-xapp_bdftopcf is host-xlib_libXfont, which itself depends on a bunch of other packages. Some of them were already available for the host, some not (xfont_encodings, xlib_xtrans, xproto_fontcacheproto, xproto_fontsproto) and are therefore added by this patch. Signed-off-by: Thomas Petazzoni --- package/x11r7/xlib_xtrans/xlib_xtrans.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'package/x11r7/xlib_xtrans/xlib_xtrans.mk') diff --git a/package/x11r7/xlib_xtrans/xlib_xtrans.mk b/package/x11r7/xlib_xtrans/xlib_xtrans.mk index 0968bdf0a..aaf220836 100644 --- a/package/x11r7/xlib_xtrans/xlib_xtrans.mk +++ b/package/x11r7/xlib_xtrans/xlib_xtrans.mk @@ -11,3 +11,4 @@ XLIB_XTRANS_AUTORECONF = NO XLIB_XTRANS_INSTALL_STAGING = YES $(eval $(call AUTOTARGETS,package/x11r7,xlib_xtrans)) +$(eval $(call AUTOTARGETS,package/x11r7,xlib_xtrans,host)) -- cgit v1.2.3