summaryrefslogtreecommitdiffstats
path: root/rules/xorg-lib-Xrender.in
blob: 38fb2c1e25668d4e20d832fedd353212ea8982e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## SECTION=multimedia_xorg_lib

config XORG_LIB_XRENDER
	tristate
	prompt "libXrender"
	select XORG_LIB_X11
	select XORGPROTO
	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 recommended 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.