summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/cogl
diff options
context:
space:
mode:
authorMaxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com>2019-11-06 21:34:36 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-11-11 14:07:00 +0000
commitb025b433c6e7d9d7f5d09ae15e89fa038fb0d91f (patch)
tree497571c91d74890192709d3a2ac1cea94c67dc78 /meta/recipes-graphics/cogl
parenta0c238d40a9cc1f87da0607fddaaef0c31d93720 (diff)
downloadopenembedded-core-b025b433c6e7d9d7f5d09ae15e89fa038fb0d91f.tar.gz
meta: add missing description for some recipes in graphics
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/cogl')
-rw-r--r--meta/recipes-graphics/cogl/cogl-1.0.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-graphics/cogl/cogl-1.0.inc b/meta/recipes-graphics/cogl/cogl-1.0.inc
index 4436163168..23661d9b64 100644
--- a/meta/recipes-graphics/cogl/cogl-1.0.inc
+++ b/meta/recipes-graphics/cogl/cogl-1.0.inc
@@ -1,4 +1,8 @@
SUMMARY = "Modern 3D graphics API with associated utility APIs"
+DESCRIPTION = "Cogl is a small open source library for using 3D graphics \
+hardware for rendering. The API departs from the flat state machine style of \
+OpenGL and is designed to make it easy to write orthogonal components that \
+can render without stepping on each others toes."
HOMEPAGE = "http://wiki.clutter-project.org/wiki/Cogl"
LICENSE = "MIT"