summaryrefslogtreecommitdiffstats
path: root/rules/xorg-app-xsetroot.in
blob: 620a35ee2787359b54f6924f664a4ad62b0045af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
config XORG_APP_XSETROOT
	bool
	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.