summaryrefslogtreecommitdiffstats
path: root/rules/gwt.in
blob: 93ed8900d2d27a0158a68fcf2631ad38c0dd072b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## SECTION=multimedia_gtk

menuconfig GWT
	tristate
	prompt "gwt                           "
	select GTK
	select GTKMM if GWT_GWTMM

if GWT

config GWT_GWTMM
	bool
	prompt "enable gtkmm bindings"

endif