From 33fed39a460a2896b89e690fc74581583af8eab4 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Wed, 6 Sep 2017 10:51:51 +0200 Subject: mesa: sync with upstream packageconfig changes Signed-off-by: Max Krummenacher Acked-by: Marcel Ziswiler --- recipes-graphics/mesa/mesa_%.bbappend | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'recipes-graphics') diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend index d6955cc..e2a06f3 100644 --- a/recipes-graphics/mesa/mesa_%.bbappend +++ b/recipes-graphics/mesa/mesa_%.bbappend @@ -2,8 +2,11 @@ # in conf/distro/include/angstrom-mesa-tweaks.inc # add the original mesa PACKAGECONFIG settings -PACKAGECONFIG_pn-mesa_append = " gbm egl gles dri \ - ${@bb.utils.filter('DISTRO_FEATURES', 'wayland x11', d)} \ +PACKAGECONFIG_pn-mesa_append = " \ + ${@bb.utils.filter('DISTRO_FEATURES', 'wayland vulkan', d)} \ + ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'opengl egl gles gbm dri', '', d)} \ + ${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'x11', '', d)} \ + ${@bb.utils.contains('DISTRO_FEATURES', 'x11 vulkan', 'dri3', '', d)} \ " # meta-freescale/recipes-graphics/mesa/mesa_%.bbappend -- cgit v1.2.3