summaryrefslogtreecommitdiffstats
path: root/rules/xorg-app-xdm.in
blob: 814540b43a55daa30448ee6917fc5db1ef8225d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
## SECTION=multimedia_xorg_app

menuconfig XORG_APP_XDM
	tristate
	prompt "xorg XDM"
	select LIBC_CRYPT
	select XORG_LIB_XPM
	select XORG_LIB_XMU
	select XORG_LIB_XAW
	select XORG_LIB_XAW_V7
# 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

if XORG_APP_XDM

config XORG_APP_XDM_DEV_RANDOM
	string
	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!

endif