summaryrefslogtreecommitdiffstats
path: root/rules/xorg-lib-Xft.in
blob: c813c3841fdf5248650d9d688da73c2f898f840f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
config XORG_LIB_XFT
	bool
	select FREETYPE
	select FONTCONFIG
	select XORG_LIB_XRENDER
	prompt "libXft"
	help
	  This library is the X Font Library 2.x. (previous versions are called
	  X Freetype Library). It supports client-side font rendering so it draws
	  fonts independend from the X server side. The X server should support
	  the X render extension to speed up rendering on the server side. Without
	  this extension on X server side rendering will be very slow.
	  The Xft library works in combination with the fontconfig and freetype2
	  libraries to provide an interface for applications to draw anti-aliased
	  text.