a10439d3cd
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>
17 lines
683 B
Makefile
17 lines
683 B
Makefile
################################################################################
|
|
#
|
|
# xfont_encodings -- No description available
|
|
#
|
|
################################################################################
|
|
|
|
XFONT_ENCODINGS_VERSION = 1.0.3
|
|
XFONT_ENCODINGS_SOURCE = encodings-$(XFONT_ENCODINGS_VERSION).tar.bz2
|
|
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))
|