2007-08-10 21:07:51 +02:00
|
|
|
################################################################################
|
|
|
|
#
|
2013-06-06 01:53:29 +02:00
|
|
|
# xlib_libXft
|
2007-08-10 21:07:51 +02:00
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
2014-07-19 15:53:20 +02:00
|
|
|
XLIB_LIBXFT_VERSION = 2.3.2
|
2007-08-10 21:07:51 +02:00
|
|
|
XLIB_LIBXFT_SOURCE = libXft-$(XLIB_LIBXFT_VERSION).tar.bz2
|
|
|
|
XLIB_LIBXFT_SITE = http://xorg.freedesktop.org/releases/individual/lib
|
2013-05-09 07:50:59 +02:00
|
|
|
XLIB_LIBXFT_LICENSE = MIT
|
|
|
|
XLIB_LIBXFT_LICENSE_FILES = COPYING
|
2009-06-25 10:43:01 +02:00
|
|
|
XLIB_LIBXFT_AUTORECONF = YES
|
2007-08-10 21:07:51 +02:00
|
|
|
XLIB_LIBXFT_INSTALL_STAGING = YES
|
2007-08-23 13:49:50 +02:00
|
|
|
XLIB_LIBXFT_DEPENDENCIES = fontconfig freetype xlib_libX11 xlib_libXext xlib_libXrender xproto_xproto
|
2007-08-10 21:07:51 +02:00
|
|
|
|
2012-07-03 00:07:32 +02:00
|
|
|
$(eval $(autotools-package))
|