diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2007-01-17 13:49:35 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2007-01-17 13:49:35 +0000 |
commit | f194cb5635046571514e2fe3b8ed49a69afed875 (patch) | |
tree | 0e4efe2abc52afa9386b4324c97fa07ba8a93140 /package/cairo | |
parent | 0615fe84c775df49d67d4ee67ed8d69eb3590464 (diff) |
Fixup description (pango cut'n'paste)
Diffstat (limited to 'package/cairo')
-rw-r--r-- | package/cairo/Config.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/package/cairo/Config.in b/package/cairo/Config.in index c38c24b12..0af4ad213 100644 --- a/package/cairo/Config.in +++ b/package/cairo/Config.in @@ -5,10 +5,10 @@ config BR2_PACKAGE_CAIRO 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. + Cairo is a 2D graphics library with support for multiple + output devices. Currently supported output targets include + the X Window System, Win32, image buffers, and PostScript, + PDF, and SVG file output. Experimental backends include + OpenGL (through glitz), Quartz, and XCB. - http://www.pango.org/ + http://cairographics.org/ |