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

[Peter: also add dependency for xdm (which selects xinit)]
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Arnout Vandecappelle (Essensium/Mind) 2013-01-20 00:31:14 +00:00 committed by Peter Korsgaard
parent d9cbc45b92
commit 1a111ffd21
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,7 @@
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

View File

@ -1,5 +1,7 @@
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