aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
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:31:14 +0100
commit692f9d416e14cbdd75f486215e86748611b0d0ce (patch)
tree35e350809e741297da22ded96879e2c61a472b18 /meta/recipes-graphics
parent5f142040ba48934917b455a89422db95ee4aeecd (diff)
downloadopenembedded-core-contrib-692f9d416e14cbdd75f486215e86748611b0d0ce.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. (From OE-Core rev: 8ce5d90044bd371d132312e85197ee262855ad29) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-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"