From 8ce5d90044bd371d132312e85197ee262855ad29 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 26 Apr 2016 14:48:24 +0100 Subject: 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 --- 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 fc2bca9982..f06a3e9b58 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" -- cgit 1.2.3-korg