1################################################################################ 2# 3# xlib_libXft 4# 5################################################################################ 6 7XLIB_LIBXFT_VERSION = 2.3.4 8XLIB_LIBXFT_SOURCE = libXft-$(XLIB_LIBXFT_VERSION).tar.bz2 9XLIB_LIBXFT_SITE = https://xorg.freedesktop.org/archive/individual/lib 10XLIB_LIBXFT_LICENSE = MIT 11XLIB_LIBXFT_LICENSE_FILES = COPYING 12XLIB_LIBXFT_INSTALL_STAGING = YES 13XLIB_LIBXFT_DEPENDENCIES = fontconfig freetype xlib_libX11 xlib_libXext xlib_libXrender xorgproto 14 15$(eval $(autotools-package)) 16