summaryrefslogtreecommitdiffstats
path: root/rules/gwt.in
blob: 52182cf15822dbc92c74624c43233a19add250d4 (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