summaryrefslogtreecommitdiffstats
path: root/rules/xorg-app-xinit.in
blob: d82c3f5a8f9f6466001e127e07282145d943e3c0 (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_NG		if XORG_APP_XINIT_STARTX && RUNTIME
	select UTIL_LINUX_NG_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