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 <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Thomas Petazzoni 2010-05-06 20:07:29 +02:00
parent 34fec71532
commit a10439d3cd
5 changed files with 8 additions and 0 deletions

View File

@ -10,5 +10,7 @@ XFONT_ENCODINGS_SITE = http://xorg.freedesktop.org/releases/individual/font
XFONT_ENCODINGS_AUTORECONF = NO
XFONT_ENCODINGS_MAKE_OPT =
XFONT_ENCODINGS_DEPENDENCIES = host-xapp_mkfontscale
HOST_XFONT_ENCODINGS_DEPENDENCIES = host-xapp_mkfontscale
$(eval $(call AUTOTARGETS,package/x11r7,xfont_encodings))
$(eval $(call AUTOTARGETS,package/x11r7,xfont_encodings,host))

View File

@ -12,4 +12,7 @@ XLIB_LIBXFONT_INSTALL_STAGING = YES
XLIB_LIBXFONT_DEPENDENCIES = freetype xlib_libfontenc xlib_xtrans xproto_fontcacheproto xproto_fontsproto xproto_xproto xfont_encodings
XLIB_LIBXFONT_CONF_OPT = --enable-shared --disable-static --disable-devel-docs
HOST_XLIB_LIBXFONT_DEPENDENCIES = host-freetype host-xlib_libfontenc host-xlib_xtrans host-xproto_fontcacheproto host-xproto_fontsproto host-xproto_xproto host-xfont_encodings
$(eval $(call AUTOTARGETS,package/x11r7,xlib_libXfont))
$(eval $(call AUTOTARGETS,package/x11r7,xlib_libXfont,host))

View File

@ -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))

View File

@ -12,3 +12,4 @@ XPROTO_FONTCACHEPROTO_INSTALL_STAGING = YES
XPROTO_FONTCACHEPROTO_INSTALL_TARGET = NO
$(eval $(call AUTOTARGETS,package/x11r7,xproto_fontcacheproto))
$(eval $(call AUTOTARGETS,package/x11r7,xproto_fontcacheproto,host))

View File

@ -12,3 +12,4 @@ XPROTO_FONTSPROTO_INSTALL_STAGING = YES
XPROTO_FONTSPROTO_INSTALL_TARGET = NO
$(eval $(call AUTOTARGETS,package/x11r7,xproto_fontsproto))
$(eval $(call AUTOTARGETS,package/x11r7,xproto_fontsproto,host))