diff options
Diffstat (limited to 'meta/recipes-graphics/cairo/cairo_1.10.2.bb')
-rw-r--r-- | meta/recipes-graphics/cairo/cairo_1.10.2.bb | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/meta/recipes-graphics/cairo/cairo_1.10.2.bb b/meta/recipes-graphics/cairo/cairo_1.10.2.bb index 603b51d04c..572e1f6752 100644 --- a/meta/recipes-graphics/cairo/cairo_1.10.2.bb +++ b/meta/recipes-graphics/cairo/cairo_1.10.2.bb | |||
@@ -25,9 +25,23 @@ PACKAGES =+ "libcairo2 libcairo2-dev libcairo2-dbg \ | |||
25 | cairo-perf-utils \ | 25 | cairo-perf-utils \ |
26 | " | 26 | " |
27 | 27 | ||
28 | DESCRIPTION_libcairo2 = "The Cairo 2D vector graphics library" | 28 | SUMMARY_libcairo2 = "The Cairo 2D vector graphics library" |
29 | DESCRIPTION_libcairo-gobject2 = "The Cairo library GObject wrapper library" | 29 | DESCRIPTION_libcairo2 = "Cairo is a multi-platform library providing anti-aliased \ |
30 | DESCRIPTION_libcairo-script-interpreter2 = "The Cairo library script interpreter" | 30 | vector-based rendering for multiple target backends. Paths consist \ |
31 | of line segments and cubic splines and can be rendered at any width \ | ||
32 | with various join and cap styles. All colors may be specified with \ | ||
33 | optional translucence (opacity/alpha) and combined using the \ | ||
34 | extended Porter/Duff compositing algebra as found in the X Render \ | ||
35 | Extension." | ||
36 | |||
37 | SUMMARY_libcairo-gobject2 = "The Cairo library GObject wrapper library" | ||
38 | DESCRIPTION_libcairo-gobject2 = "A GObject wrapper library for the Cairo API." | ||
39 | |||
40 | SUMMARY_libcairo-script-interpreter2 = "The Cairo library script interpreter" | ||
41 | DESCRIPTION_libcairo-script-interpreter2 = "The Cairo script interpreter implements \ | ||
42 | CairoScript. CairoScript is used by tracing utilities to enable the ability \ | ||
43 | to replay rendering." | ||
44 | |||
31 | DESCRIPTION_cairo-perf-utils = "The Cairo library performance utilities" | 45 | DESCRIPTION_cairo-perf-utils = "The Cairo library performance utilities" |
32 | 46 | ||
33 | FILES_libcairo2 = "${libdir}/libcairo.so*" | 47 | FILES_libcairo2 = "${libdir}/libcairo.so*" |