summaryrefslogtreecommitdiffstats
path: root/package/cairo/Config.in
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2007-01-10 23:57:40 +0000
committerEric Andersen <andersen@codepoet.org>2007-01-10 23:57:40 +0000
commit3a0a879172c47b686a06c1fabe578d089c7666d8 (patch)
tree7563621ef23e3118d16af6c4e989288d5fc3fd1f /package/cairo/Config.in
parent3a3e9897d4e3ce7f7c6ebdf12a1f2aee3ef19dd3 (diff)
downloadbuildroot-novena-3a0a879172c47b686a06c1fabe578d089c7666d8.tar.gz
buildroot-novena-3a0a879172c47b686a06c1fabe578d089c7666d8.zip
add in cairo
Diffstat (limited to 'package/cairo/Config.in')
-rw-r--r--package/cairo/Config.in14
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/