summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"