blob: 1b1d4dbaec55adaa528e7fdfce03891e31abcb12 [file] [log] [blame]
Eric Andersena7e49eb2007-08-10 19:07:51 +00001################################################################################
2#
3# xlib_libXfontcache -- X.Org Xfontcache library
4#
5################################################################################
6
Will Wagnere9f9ef72010-04-01 13:46:41 +01007XLIB_LIBXFONTCACHE_VERSION = 1.0.5
Eric Andersena7e49eb2007-08-10 19:07:51 +00008XLIB_LIBXFONTCACHE_SOURCE = libXfontcache-$(XLIB_LIBXFONTCACHE_VERSION).tar.bz2
9XLIB_LIBXFONTCACHE_SITE = http://xorg.freedesktop.org/releases/individual/lib
Eric Andersena7e49eb2007-08-10 19:07:51 +000010XLIB_LIBXFONTCACHE_INSTALL_STAGING = YES
Bernhard Reutner-Fischerc4931c32007-08-23 11:49:50 +000011XLIB_LIBXFONTCACHE_DEPENDENCIES = xlib_libX11 xlib_libXext xproto_fontcacheproto
Thomas Petazzoni0a5e5532011-05-30 23:57:03 +020012XLIB_LIBXFONTCACHE_CONF_OPT = --disable-malloc0returnsnull
Eric Andersena7e49eb2007-08-10 19:07:51 +000013
Thomas Petazzoni300f9c92011-09-29 21:57:43 +020014$(eval $(call AUTOTARGETS))