From b025b433c6e7d9d7f5d09ae15e89fa038fb0d91f Mon Sep 17 00:00:00 2001 From: Maxime Roussin-Bélanger Date: Wed, 6 Nov 2019 21:34:36 -0500 Subject: meta: add missing description for some recipes in graphics MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime Roussin-Bélanger Signed-off-by: Richard Purdie --- meta/recipes-graphics/libepoxy/libepoxy_1.5.3.bb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta/recipes-graphics/libepoxy') 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" -- cgit 1.2.3-korg