diff options
author | Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com> | 2019-11-06 21:34:36 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-11-11 14:07:08 +0000 |
commit | 93b2c25ee7abe524c49f79255466899165ceac75 (patch) | |
tree | ea29e06a79ad5b84f978fbbeab684fcd5ef25f6e /meta/recipes-graphics/clutter | |
parent | 93834891023dae5af3ed06beb6bd3f91d32d3a2a (diff) | |
download | poky-93b2c25ee7abe524c49f79255466899165ceac75.tar.gz |
meta: add missing description for some recipes in graphics
(From OE-Core rev: b025b433c6e7d9d7f5d09ae15e89fa038fb0d91f)
Signed-off-by: Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/clutter')
-rw-r--r-- | meta/recipes-graphics/clutter/clutter-1.0.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-1.0.inc b/meta/recipes-graphics/clutter/clutter-1.0.inc index 6dbbf4d803..9ecdfd0a8c 100644 --- a/meta/recipes-graphics/clutter/clutter-1.0.inc +++ b/meta/recipes-graphics/clutter/clutter-1.0.inc | |||
@@ -1,4 +1,7 @@ | |||
1 | SUMMARY = "Graphics library for creating hardware-accelerated user interfaces" | 1 | SUMMARY = "Graphics library for creating hardware-accelerated user interfaces" |
2 | DESCRIPTION = "Clutter is an Open GL based interactive canvas library, \ | ||
3 | designed for creating fast, mainly 2D single window applications such as media \ | ||
4 | box UIs, presentations, kiosk style applications and so on." | ||
2 | HOMEPAGE = "http://www.clutter-project.org/" | 5 | HOMEPAGE = "http://www.clutter-project.org/" |
3 | LICENSE = "LGPLv2.1+" | 6 | LICENSE = "LGPLv2.1+" |
4 | 7 | ||