Config.in 549 B

12345678910111213141516
  1. config BR2_PACKAGE_LIBGLADE
  2. bool "libglade"
  3. depends on BR2_PACKAGE_LIBGTK2
  4. depends on BR2_USE_WCHAR # glib2
  5. select BR2_PACKAGE_LIBGLIB2
  6. select BR2_PACKAGE_ATK
  7. select BR2_PACKAGE_LIBXML2
  8. help
  9. Libglade allows you to load glade interface files in a program
  10. at runtime. It doesn't require GLADE to be used, but GLADE is
  11. by far the easiest way to create the interface files.
  12. http://ftp.gnome.org/pub/GNOME/sources/libglade/
  13. comment "libglade requires a toolchain with WCHAR support"
  14. depends on BR2_PACKAGE_LIBGTK2 && !BR2_USE_WCHAR