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:
parent
d9cbc45b92
commit
1a111ffd21
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user