]> code.ossystems Code Review - openembedded-core.git/commitdiff
mesa-gl: add missing MESA_CRYPTO to PACKAGECONFIG
authorRoss Burton <ross.burton@intel.com>
Tue, 26 Apr 2016 13:48:24 +0000 (14:48 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 6 May 2016 09:30:58 +0000 (10:30 +0100)
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>
meta/recipes-graphics/mesa/mesa-gl_11.1.1.bb

index fc2bca998283a6a1378491474989f0dcefd6d842..f06a3e9b58e4485382b6e6eb93ff284b033010d6 100644 (file)
@@ -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"