summaryrefslogtreecommitdiffstats
path: root/package/pango/Config.in
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2007-01-11 06:17:24 +0000
committerEric Andersen <andersen@codepoet.org>2007-01-11 06:17:24 +0000
commitd106a63dbb75ad1748943d847de7fc51b94911ad (patch)
tree2c50f6d6af91cd5d36e5e7063010650e0ec46542 /package/pango/Config.in
parentfdbe8a31be3fdb3867d8052972fbccab4f5613df (diff)
downloadbuildroot-novena-d106a63dbb75ad1748943d847de7fc51b94911ad.tar.gz
buildroot-novena-d106a63dbb75ad1748943d847de7fc51b94911ad.zip
Add pango
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/