[gnome-continuous-yocto/gnomeostree-3.28-rocko: 101/8267] mesa-gl: add missing MESA_CRYPTO to PACKAGECONFIG



commit 692f9d416e14cbdd75f486215e86748611b0d0ce
Author: Ross Burton <ross burton intel com>
Date:   Tue Apr 26 14:48:24 2016 +0100

    mesa-gl: add missing MESA_CRYPTO to PACKAGECONFIG
    
    Otherwise the build can fail or there is a floating dependency on whatever SSL
    library Mesa can find.
    
    (From OE-Core rev: 8ce5d90044bd371d132312e85197ee262855ad29)
    
    Signed-off-by: Ross Burton <ross burton intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/recipes-graphics/mesa/mesa-gl_11.1.1.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meta/recipes-graphics/mesa/mesa-gl_11.1.1.bb b/meta/recipes-graphics/mesa/mesa-gl_11.1.1.bb
index fc2bca9..f06a3e9 100644
--- a/meta/recipes-graphics/mesa/mesa-gl_11.1.1.bb
+++ b/meta/recipes-graphics/mesa/mesa-gl_11.1.1.bb
@@ -8,6 +8,6 @@ PROVIDES = "virtual/libgl virtual/mesa"
 
 S = "${WORKDIR}/mesa-${PV}"
 
-PACKAGECONFIG ??= "dri ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}"
+PACKAGECONFIG ??= "dri ${MESA_CRYPTO} ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}"
 
 EXCLUDE_FROM_WORLD = "1"


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