summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2016-04-26 14:48:24 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-06-29 19:33:24 +0100
commit341182d9e897def5fa956f5a413b4034bf18b68a (patch)
treea97df3f0510fc695b1dc3d016ad518223f510d11
parentae347b60406990c79fe1b89d23b175a48439274a (diff)
downloadopenembedded-core-341182d9e897def5fa956f5a413b4034bf18b68a.tar.gz
openembedded-core-341182d9e897def5fa956f5a413b4034bf18b68a.tar.bz2
openembedded-core-341182d9e897def5fa956f5a413b4034bf18b68a.zip
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> Signed-off-by: Armin Kuster <akuster@mvista.com>
-rw-r--r--meta/recipes-graphics/mesa/mesa-gl_11.1.1.bb2
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 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"