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