diff options
author | Ross Burton <ross.burton@intel.com> | 2016-04-26 14:48:24 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-06 10:31:14 +0100 |
commit | 692f9d416e14cbdd75f486215e86748611b0d0ce (patch) | |
tree | 35e350809e741297da22ded96879e2c61a472b18 | |
parent | 5f142040ba48934917b455a89422db95ee4aeecd (diff) | |
download | poky-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>
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-gl_11.1.1.bb | 2 |
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" | |||
8 | 8 | ||
9 | S = "${WORKDIR}/mesa-${PV}" | 9 | S = "${WORKDIR}/mesa-${PV}" |
10 | 10 | ||
11 | PACKAGECONFIG ??= "dri ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" | 11 | PACKAGECONFIG ??= "dri ${MESA_CRYPTO} ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" |
12 | 12 | ||
13 | EXCLUDE_FROM_WORLD = "1" | 13 | EXCLUDE_FROM_WORLD = "1" |