8ce4206c9e
https://lists.x.org/archives/xorg-announce/2022-December/003285.html https://lists.x.org/archives/xorg-announce/2022-August/003204.html https://lists.x.org/archives/xorg-announce/2022-August/003199.html Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
18 lines
667 B
Makefile
18 lines
667 B
Makefile
################################################################################
|
|
#
|
|
# xlib_libfontenc
|
|
#
|
|
################################################################################
|
|
|
|
XLIB_LIBFONTENC_VERSION = 1.1.7
|
|
XLIB_LIBFONTENC_SOURCE = libfontenc-$(XLIB_LIBFONTENC_VERSION).tar.xz
|
|
XLIB_LIBFONTENC_SITE = http://xorg.freedesktop.org/releases/individual/lib
|
|
XLIB_LIBFONTENC_LICENSE = MIT
|
|
XLIB_LIBFONTENC_LICENSE_FILES = COPYING
|
|
XLIB_LIBFONTENC_INSTALL_STAGING = YES
|
|
XLIB_LIBFONTENC_DEPENDENCIES = zlib xorgproto host-pkgconf
|
|
HOST_XLIB_LIBFONTENC_DEPENDENCIES = host-zlib host-xorgproto host-pkgconf
|
|
|
|
$(eval $(autotools-package))
|
|
$(eval $(host-autotools-package))
|