summaryrefslogtreecommitdiffstats
path: root/rules/xorg-lib-Xaw.in
blob: 2f2abd0ca5020cf0c551ab211ff521835bf6d59d (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
## SECTION=multimedia_xorg_lib

menuconfig XORG_LIB_XAW
	tristate
	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_XAW_V7 if !XORG_LIB_XAW_V6
	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
	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
	prompt "Build version 7"
	help
	  If you need release 7 of this library, enable it