aba09e2de6
Updated license hash after upstream commit
8609ad731b
Release notes:
https://lists.x.org/archives/xorg-announce/2019-March/002988.html
This version bump "now includes the mkfontdir script previously
distributed separately for compatibility with older X11 versions."
Removing the buildroot package host-xapp_mkfontdir will be done by
subsequent patches.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
18 lines
677 B
Makefile
18 lines
677 B
Makefile
################################################################################
|
|
#
|
|
# xapp_mkfontscale
|
|
#
|
|
################################################################################
|
|
|
|
XAPP_MKFONTSCALE_VERSION = 1.2.1
|
|
XAPP_MKFONTSCALE_SOURCE = mkfontscale-$(XAPP_MKFONTSCALE_VERSION).tar.bz2
|
|
XAPP_MKFONTSCALE_SITE = http://xorg.freedesktop.org/releases/individual/app
|
|
XAPP_MKFONTSCALE_LICENSE = MIT
|
|
XAPP_MKFONTSCALE_LICENSE_FILES = COPYING
|
|
XAPP_MKFONTSCALE_DEPENDENCIES = zlib freetype xlib_libfontenc xorgproto
|
|
HOST_XAPP_MKFONTSCALE_DEPENDENCIES = \
|
|
host-zlib host-freetype host-xlib_libfontenc host-xorgproto
|
|
|
|
$(eval $(autotools-package))
|
|
$(eval $(host-autotools-package))
|