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>
16 lines
645 B
Makefile
16 lines
645 B
Makefile
################################################################################
|
|
#
|
|
# xproto_fontsproto -- X.Org Fonts protocol headers
|
|
#
|
|
################################################################################
|
|
|
|
XPROTO_FONTSPROTO_VERSION = 2.1.0
|
|
XPROTO_FONTSPROTO_SOURCE = fontsproto-$(XPROTO_FONTSPROTO_VERSION).tar.bz2
|
|
XPROTO_FONTSPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
|
|
XPROTO_FONTSPROTO_AUTORECONF = NO
|
|
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))
|