Config.in 479 B

12345678910111213
  1. config BR2_PACKAGE_PANGO
  2. bool "pango"
  3. select BR2_PACKAGE_LIBGLIB2
  4. select BR2_PACKAGE_EXPAT
  5. select BR2_PACKAGE_CAIRO
  6. help
  7. Pango is a library for laying out and rendering of text, with an
  8. emphasis on internationalization. Pango can be used anywhere that
  9. text layout is needed, though most of the work on Pango so far has
  10. been done in the context of the GTK+ widget toolkit. Pango forms the
  11. core of text and font handling for GTK+-2.x.
  12. http://www.pango.org/