summaryrefslogtreecommitdiffstats
path: root/rules/gwt.in
blob: 0f4a7137c3547cd27e3f3e2aa5ac763a684956a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
menuconfig GWT
	tristate
	prompt "gwt"
	select GTK
	select GTKMM if GWT_GWTMM

if GWT

config GWT_GWTMM
	bool
	prompt "enable gtkmm bindings"

endif