aboutsummaryrefslogtreecommitdiffstats
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-05-06 10:30:58 +0100
commit8ce5d90044bd371d132312e85197ee262855ad29 (patch)
treee3a59413e2e9f0cdabac863ff1896a12dc35cf7e
parent33d4c758a5d71435437dde74556d32404d91342f (diff)
downloadopenembedded-core-contrib-8ce5d90044bd371d132312e85197ee262855ad29.tar.gz
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@intel.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"