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

config LIBGLADE
	tristate
	select GTK
	select 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.