Config.in 402 B

123456789101112131415
  1. config BR2_PACKAGE_GOB2
  2. bool "gob2"
  3. depends on BR2_USE_WCHAR # glib2
  4. select BR2_PACKAGE_LIBGLIB2
  5. select BR2_PACKAGE_FLEX
  6. select BR2_PACKAGE_FLEX_LIBFL
  7. select BR2_PACKAGE_BISON
  8. help
  9. GOB (GTK+ Object Builder) is a preprocessor which simplifies
  10. the writing of GObjects in C.
  11. http://www.jirka.org/gob.html
  12. comment "gob2 requires a toolchain with WCHAR support"
  13. depends on !BR2_USE_WCHAR