Config.in 802 B

1234567891011121314151617181920
  1. config BR2_PACKAGE_PANGO
  2. bool "pango"
  3. depends on BR2_USE_WCHAR # glib2
  4. depends on BR2_INSTALL_LIBSTDCPP # freetype support
  5. select BR2_PACKAGE_LIBGLIB2
  6. select BR2_PACKAGE_EXPAT
  7. select BR2_PACKAGE_CAIRO
  8. select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
  9. select BR2_PACKAGE_LIBINTL if BR2_NEEDS_GETTEXT_IF_LOCALE
  10. help
  11. Pango is a library for laying out and rendering of text, with an
  12. emphasis on internationalization. Pango can be used anywhere that
  13. text layout is needed, though most of the work on Pango so far has
  14. been done in the context of the GTK+ widget toolkit. Pango forms the
  15. core of text and font handling for GTK+-2.x.
  16. http://www.pango.org/
  17. comment "pango requires a toolchain with WCHAR and C++ support"
  18. depends on !BR2_USE_WCHAR || !BR2_INSTALL_LIBSTDCPP