summaryrefslogtreecommitdiffstats
path: root/rules/xorg-app-xsetroot.in
blob: cb4367bf387f75e8c11f4d2ae05c38b1c15c184f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
config XORG_APP_XSETROOT
	tristate
	depends on XORG_APP
	select XORG_LIB_XMU
	select XORG_LIB_X11
	select XORG_LIB_XAU
	select XORG_LIB_XMU
	select XORG_LIB_XDMCP
	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.