summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2017-04-14 18:51:54 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-12-22 01:59:10 +0100
commit57ac4ea650c015685e24f6b046ae9e6743370d3e (patch)
tree49772bfb81d2a82e8f09b6c67d098ee2ad62e757
parent27873353d6fc711db38897ed977b6285cda680c5 (diff)
mesa_%.bbappend: follow oe-core update to 17.0.x
Remove crypto packageconfig which no longer exists. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
-rw-r--r--recipes-graphics/mesa/mesa_%.bbappend4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend
index cc9c286..d6955cc 100644
--- a/recipes-graphics/mesa/mesa_%.bbappend
+++ b/recipes-graphics/mesa/mesa_%.bbappend
@@ -2,7 +2,9 @@
# in conf/distro/include/angstrom-mesa-tweaks.inc
# add the original mesa PACKAGECONFIG settings
-PACKAGECONFIG_pn-mesa_append = " gbm egl gles dri ${MESA_CRYPTO} ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', '', d)} "
+PACKAGECONFIG_pn-mesa_append = " gbm egl gles dri \
+ ${@bb.utils.filter('DISTRO_FEATURES', 'wayland x11', d)} \
+"
# meta-freescale/recipes-graphics/mesa/mesa_%.bbappend
PACKAGECONFIG_pn-mesa_remove_imxgpu2d = "egl gles"