1config BR2_PACKAGE_XAPP_XINIT 2 bool "xinit" 3 depends on BR2_USE_MMU # fork() 4 # Runtime dependency: can't start an X server unless there is one 5 depends on BR2_PACKAGE_XSERVER_XORG_SERVER 6 # Runtime dependency; mcookie is also in util-linux 7 select BR2_PACKAGE_MCOOKIE if !BR2_PACKAGE_UTIL_LINUX 8 select BR2_PACKAGE_XAPP_XAUTH 9 select BR2_PACKAGE_XLIB_LIBX11 10 help 11 X Window System initializer 12