summaryrefslogtreecommitdiffstats
path: root/rules/xorg-app-xdm.in
blob: 93f0276bf0a5bd6abc0d2c0ab56f7392dac235b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
config XORG_APP_XDM
	bool
	depends on XORG_APP
	prompt "xorg XDM"
	select XORG_LIB_XPM
	select XORG_LIB_XMU
	select XORG_LIB_XAW
# FIX: When the X server supports Xinerama, this package needs
# the library ready for use!
	select XORG_LIB_XINERAMA if XORG_SERVER_EXT_XINERAMA
	help
	  XDM is the graphical login manager

config XORG_APP_XDM_DEV_RANDOM
	string
	depends on XORG_APP_XDM
	prompt "Random device for XDM"
	default "/dev/urandom"
	help
	  Select a device for random numbers. Note: /dev/random can block
	  a read, so it can also block XDM!