summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/libepoxy
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/libepoxy
parenta0c238d40a9cc1f87da0607fddaaef0c31d93720 (diff)
downloadopenembedded-core-contrib-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/libepoxy')
-rw-r--r--meta/recipes-graphics/libepoxy/libepoxy_1.5.3.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-graphics/libepoxy/libepoxy_1.5.3.bb b/meta/recipes-graphics/libepoxy/libepoxy_1.5.3.bb
index 825453ab28..834d8154ee 100644
--- a/meta/recipes-graphics/libepoxy/libepoxy_1.5.3.bb
+++ b/meta/recipes-graphics/libepoxy/libepoxy_1.5.3.bb
@@ -1,4 +1,8 @@
SUMMARY = "OpenGL function pointer management library"
+DESCRIPTION = "It hides the complexity of dlopen(), dlsym(), \
+glXGetProcAddress(), eglGetProcAddress(), etc. from the app developer, with \
+very little knowledge needed on their part. They get to read GL specs and \
+write code using undecorated function names like glCompileShader()."
HOMEPAGE = "https://github.com/anholt/libepoxy/"
SECTION = "libs"