mkfontscale on the host is needed to build xfont_encoding, therefore we add host-xapp_mkfontscale as a dependency. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 lines
562 B
Makefile
15 lines
562 B
Makefile
################################################################################
|
|
#
|
|
# xfont_encodings -- No description available
|
|
#
|
|
################################################################################
|
|
|
|
XFONT_ENCODINGS_VERSION = 1.0.2
|
|
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
|
|
|
|
$(eval $(call AUTOTARGETS,package/x11r7,xfont_encodings))
|