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>
15 lines
539 B
Makefile
15 lines
539 B
Makefile
################################################################################
|
|
#
|
|
# xlib_xtrans -- X.Org xtrans library
|
|
#
|
|
################################################################################
|
|
|
|
XLIB_XTRANS_VERSION = 1.2.5
|
|
XLIB_XTRANS_SOURCE = xtrans-$(XLIB_XTRANS_VERSION).tar.bz2
|
|
XLIB_XTRANS_SITE = http://xorg.freedesktop.org/releases/individual/lib
|
|
XLIB_XTRANS_AUTORECONF = NO
|
|
XLIB_XTRANS_INSTALL_STAGING = YES
|
|
|
|
$(eval $(call AUTOTARGETS,package/x11r7,xlib_xtrans))
|
|
$(eval $(call AUTOTARGETS,package/x11r7,xlib_xtrans,host))
|