summaryrefslogtreecommitdiffstats
path: root/rules/xorg-app-xinit.in
blob: a8371ae6a1e23a8b76d8d552c559e98c2f7fbff8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
## SECTION=multimedia_xorg_app

menuconfig XORG_APP_XINIT
	tristate
	select XORG_LIB_X11
	select XORG_APP_XAUTH		if XORG_APP_XINIT_STARTX && RUNTIME
	select UTIL_LINUX		if XORG_APP_XINIT_STARTX && RUNTIME
	select UTIL_LINUX_MCOOKIE	if XORG_APP_XINIT_STARTX
	prompt "xorg xinit                    "
	help
	  This package provides 'xinit' and 'startx', utilities for starting
	  the X Window System server. This is from the modular X.org.

if XORG_APP_XINIT

config XORG_APP_XINIT_STARTX
	bool
	prompt "Install the 'startx' shell script"
	help
	  To run the X system on your target, just enter 'startx' in the shell.

endif