summaryrefslogtreecommitdiffstats
path: root/rules/wxWindows.in
blob: eed825f9a390e873b1b62f6bd14ac16260685cf2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
menuconfig WXWINDOWS
	bool "wxWidgets [BROKEN]    "
	depends on BROKEN
	help
	  wxWindows Cross-platform C++ GUI toolkit

config WXWINDOWS_X11
	bool
	prompt "wxWindows / X11"
	depends on EXPERIMENTAL
	depends on WXWINDOWS
	help
	  FIXME: This item needs to be documented

config WXWINDOWS_X11_CONFIG
	prompt "Configuration to be used (not used)"
	string
	default "--with-x11"
	depends on WXWINDOWS_X11
	depends on WXWINDOWS
	help
	  FIXME: This item needs to be documented