[gnome-continuous-yocto/gnomeostree-3.28-rocko: 5691/8267] mesa-demos: add glut dependency



commit 0b11cfb57b9bb4198c5e9240196b366274ae998c
Author: Trevor Woerner <twoerner gmail com>
Date:   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).
    
    (From OE-Core rev: cbf1708cf8d9fb8ace5520c9b6fec46c5fc9e9c8)
    
    Signed-off-by: Trevor Woerner <twoerner gmail com>
    Signed-off-by: Ross Burton <ross burton intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/recipes-graphics/mesa/mesa-demos_8.3.0.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]