summaryrefslogtreecommitdiffstats
path: root/rules/xorg-lib-Xaw.in
blob: cca7e895cc1a3269291306cf476983446a52ff99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
menuconfig XORG_LIB_XAW
	bool
	select XORG_LIB_X11
	select XORG_LIB_XT
	select XORG_LIB_XMU
	select XORG_LIB_XPM
	select XORG_LIB_XEXT
	select XORG_PROTO_X
	select XORG_LIB_XP if XORG_LIB_XAW_V8
	select XORG_PROTO_PRINT if XORG_LIB_XAW_V8
	prompt "libXaw                "
	help
	  Xaw is the X Athena Widget Set. At least one of the releases must be
	  built.

config XORG_LIB_XAW_V6
	depends on XORG_LIB_XAW
	bool
	default n
	prompt "Build version 6 (old)"
	help
	  If you need release 6 of this library, enable it

config XORG_LIB_XAW_V7
	depends on XORG_LIB_XAW
	bool
	default n
	prompt "Build version 7 (old)"
	help
	  If you need release 7 of this library, enable it

config XORG_LIB_XAW_V8
	depends on XORG_LIB_XAW
	bool
	default y
	prompt "Build version 8"
	help
	  If you need the current release, enable it