diff options
Diffstat (limited to 'package/cairo/Config.in')
-rw-r--r-- | package/cairo/Config.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/package/cairo/Config.in b/package/cairo/Config.in new file mode 100644 index 000000000..1066abf74 --- /dev/null +++ b/package/cairo/Config.in @@ -0,0 +1,14 @@ +config BR2_PACKAGE_CAIRO + bool "pango" + default n + select BR2_PACKAGE_PKGCONFIG + select BR2_PACKAGE_LIBPNG + select BR2_PACKAGE_XORG + help + Pango is a library for laying out and rendering of text, with an + emphasis on internationalization. Pango can be used anywhere that + text layout is needed, though most of the work on Pango so far has + been done in the context of the GTK+ widget toolkit. Pango forms the + core of text and font handling for GTK+-2.x. + + http://www.pango.org/ |