summaryrefslogtreecommitdiff
path: root/package/pango/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/pango/Config.in')
-rw-r--r--package/pango/Config.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/package/pango/Config.in b/package/pango/Config.in
new file mode 100644
index 000000000..d4b5e670b
--- /dev/null
+++ b/package/pango/Config.in
@@ -0,0 +1,15 @@
+config BR2_PACKAGE_PANGO
+ bool "pango"
+ default n
+ select BR2_PACKAGE_PKGCONFIG
+ select BR2_PACKAGE_LIBGLIB2
+ select BR2_PACKAGE_EXPAT
+ select BR2_PACKAGE_CAIRO
+ 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/