[oe-commits] [openembedded-core] 02/14: mesa-gl: add missing MESA_CRYPTO to PACKAGECONFIG

git at git.openembedded.org git at git.openembedded.org
Fri Apr 29 10:43:58 UTC 2016


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

commit 416a93f4f5e28470fcc616c0e48f40c0d5b7befd
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: 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.
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-graphics/mesa/mesa-gl_11.1.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"

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


More information about the Openembedded-commits mailing list