xref: /OK3568_Linux_fs/buildroot/package/x11r7/xlib_libXft/xlib_libXft.mk (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun################################################################################
2*4882a593Smuzhiyun#
3*4882a593Smuzhiyun# xlib_libXft
4*4882a593Smuzhiyun#
5*4882a593Smuzhiyun################################################################################
6*4882a593Smuzhiyun
7*4882a593SmuzhiyunXLIB_LIBXFT_VERSION = 2.3.4
8*4882a593SmuzhiyunXLIB_LIBXFT_SOURCE = libXft-$(XLIB_LIBXFT_VERSION).tar.bz2
9*4882a593SmuzhiyunXLIB_LIBXFT_SITE = https://xorg.freedesktop.org/archive/individual/lib
10*4882a593SmuzhiyunXLIB_LIBXFT_LICENSE = MIT
11*4882a593SmuzhiyunXLIB_LIBXFT_LICENSE_FILES = COPYING
12*4882a593SmuzhiyunXLIB_LIBXFT_INSTALL_STAGING = YES
13*4882a593SmuzhiyunXLIB_LIBXFT_DEPENDENCIES = fontconfig freetype xlib_libX11 xlib_libXext xlib_libXrender xorgproto
14*4882a593Smuzhiyun
15*4882a593Smuzhiyun$(eval $(autotools-package))
16