summaryrefslogtreecommitdiffstats
path: root/rules/xorg-app-xsetroot.in
blob: 27f9004208a59f98f2bcc365c8541324a6e15332 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## SECTION=multimedia_xorg_app

config XORG_APP_XSETROOT
	tristate
	select XORG_LIB_XMU
	select XORG_LIB_X11
	select XORG_LIB_XAU
	select XORG_LIB_XMU
	select XORG_LIB_XDMCP
	select XORG_LIB_XCURSOR
	select XORG_DATA_XBITMAPS
	select XORG_APP_RGB
	prompt "xorg xsetroot"
	help
	  The xsetroot program is used to tailor the appearance of the background
	  window of the X server.  This is from the modular X.org X11 project.