d65e627432
xlib_libfontenc is required to build xapp_mkfontscale on the host, which in turn is needed to build font encodings for the target. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
19 lines
756 B
Makefile
19 lines
756 B
Makefile
################################################################################
|
|
#
|
|
# xlib_libfontenc -- X.Org fontenc library
|
|
#
|
|
################################################################################
|
|
|
|
XLIB_LIBFONTENC_VERSION = 1.0.4
|
|
XLIB_LIBFONTENC_SOURCE = libfontenc-$(XLIB_LIBFONTENC_VERSION).tar.bz2
|
|
XLIB_LIBFONTENC_SITE = http://xorg.freedesktop.org/releases/individual/lib
|
|
XLIB_LIBFONTENC_AUTORECONF = NO
|
|
XLIB_LIBFONTENC_INSTALL_STAGING = YES
|
|
XLIB_LIBFONTENC_DEPENDENCIES = zlib xproto_xproto
|
|
XLIB_LIBFONTENC_CONF_OPT = --enable-shared --disable-static
|
|
|
|
HOST_XLIB_LIBFONTENC_DEPENDENCIES = host-zlib host-xproto_xproto
|
|
|
|
$(eval $(call AUTOTARGETS,package/x11r7,xlib_libfontenc))
|
|
$(eval $(call AUTOTARGETS,package/x11r7,xlib_libfontenc,host))
|