summaryrefslogtreecommitdiffstats
path: root/rules/host-libglade.in
blob: a93c62b3f1aa5681f0ca0d46fea186681724f822 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## SECTION=host_gtk

config HOST_LIBGLADE
	tristate
	select HOST_GTK
	select HOST_LIBXML2
	prompt "libglade"
	help
	  Libglade is a library that performs a similar job to the C
	  source output routines in the GLADE user interface builder.
	  Whereas GLADE's output routines create C source code that must
	  be compiled, libglade builds the interface from an XML file
	  (GLADE's save format) at runtime. This can allow modifying the
	  user interface without recompiling.