summaryrefslogtreecommitdiffstats
path: root/rules/xorg-lib-Xrender.in
blob: 0ec9ddaedec9e285412e05595597b78c6f015421 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
config XORG_LIB_XRENDER
	bool
	prompt "libXrender"
	select XORG_LIB_X11
	select XORG_PROTO_RENDER
	help
	  The X Render Extension adds support for alpha-blended icons, anti-aliased
	  fonts and drawing primitives, as well as true-color animated mouse cursors
	  to the X window system.
	  This library is recommeded if you want to run terminals with anti-aliased
	  fonts. Without this library on the terminal (=server) side everything gets
	  rendered on the client side (=host), with a very bad performance.
	  See lib-Xft for further details.