1 config BR2_PACKAGE_LIBGLADE
3 depends on BR2_PACKAGE_LIBGTK2
4 depends on BR2_USE_WCHAR # glib2
5 depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
6 depends on BR2_USE_MMU # glib2
7 select BR2_PACKAGE_LIBGLIB2
9 select BR2_PACKAGE_LIBXML2
11 Libglade allows you to load glade interface files in a program
12 at runtime. It doesn't require GLADE to be used, but GLADE is
13 by far the easiest way to create the interface files.
15 http://ftp.gnome.org/pub/GNOME/sources/libglade/
17 comment "libglade needs a toolchain w/ wchar, threads"
18 depends on BR2_USE_MMU
19 depends on BR2_PACKAGE_LIBGTK2
20 depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS