2007-08-10 21:07:51 +02:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# xlib_libXft -- X.Org Xft library
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
2011-04-06 12:03:32 +02:00
|
|
|
XLIB_LIBXFT_VERSION = 2.2.0
|
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
|
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))
|