[oe-commits] [openembedded-core] 03/09: mesa-demos: add glut dependency

git at git.openembedded.org git at git.openembedded.org
Wed Apr 19 09:20:48 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit cbf1708cf8d9fb8ace5520c9b6fec46c5fc9e9c8
Author: Trevor Woerner <twoerner at gmail.com>
AuthorDate: Sat Apr 15 18:44:05 2017 -0400

    mesa-demos: add glut dependency
    
    If the user wants to enable the 'glut' PACKAGECONFIG for mesa-demos, freeglut
    is required to provide the dependency before the demos can be compiled.
    
    NOTE! this is a cross-layer dependency (freeglut is currently only available
    in meta-oe). However 'glut' is not a default PACKAGECONFIG (so this is
    allowed).
    
    Signed-off-by: Trevor Woerner <twoerner at gmail.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-graphics/mesa/mesa-demos_8.3.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/mesa/mesa-demos_8.3.0.bb b/meta/recipes-graphics/mesa/mesa-demos_8.3.0.bb
index e80d1e8..e43b9ef 100644
--- a/meta/recipes-graphics/mesa/mesa-demos_8.3.0.bb
+++ b/meta/recipes-graphics/mesa/mesa-demos_8.3.0.bb
@@ -40,7 +40,7 @@ PACKAGECONFIG[freetype2] = "--enable-freetype2,--disable-freetype2,freetype"
 PACKAGECONFIG[gbm] = "--enable-gbm,--disable-gbm,virtual/libgl"
 PACKAGECONFIG[gles1] = "--enable-gles1,--disable-gles1,virtual/libgles1"
 PACKAGECONFIG[gles2] = "--enable-gles2,--disable-gles2,virtual/libgles2"
-PACKAGECONFIG[glut] = "--with-glut=${STAGING_EXECPREFIXDIR},--without-glut,"
+PACKAGECONFIG[glut] = "--with-glut=${STAGING_EXECPREFIXDIR},--without-glut,freeglut"
 PACKAGECONFIG[osmesa] = "--enable-osmesa,--disable-osmesa,"
 PACKAGECONFIG[vg] = "--enable-vg,--disable-vg,virtual/libopenvg"
 PACKAGECONFIG[wayland] = "--enable-wayland,--disable-wayland,virtual/libgl wayland"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list