xref: /OK3568_Linux_fs/buildroot/package/x11r7/xapp_xinit/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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