From: Ross Burton Date: Tue, 26 Apr 2016 13:48:24 +0000 (+0100) Subject: mesa-gl: add missing MESA_CRYPTO to PACKAGECONFIG X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=341182d9e897def5fa956f5a413b4034bf18b68a;p=openembedded-core.git 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 Signed-off-by: Richard Purdie Signed-off-by: Armin Kuster --- 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"