Commit 1a111ffd authored by Arnout Vandecappelle (Essensium/Mind)'s avatar Arnout Vandecappelle (Essensium/Mind) Committed by Peter Korsgaard
Browse files

xapp_xinit/xdm: only makes sense if there is an X server



[Peter: also add dependency for xdm (which selects xinit)]
Signed-off-by: default avatarArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent d9cbc45b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_XAPP_XDM
	bool "xdm"
	# Runtime dependency: can't start an X server unless there is one
	depends on BR2_PACKAGE_XSERVER_XORG_SERVER
	select BR2_PACKAGE_XAPP_XINIT
	select BR2_PACKAGE_XAPP_SESSREG
	select BR2_PACKAGE_XAPP_XRDB
+2 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_XAPP_XINIT
	bool "xinit"
	# Runtime dependency: can't start an X server unless there is one
	depends on BR2_PACKAGE_XSERVER_XORG_SERVER
	select BR2_PACKAGE_XAPP_XAUTH
	select BR2_PACKAGE_XLIB_LIBX11
	help