[meta-freescale] [PATCH 05/26] mesa-demos: Include glut for i.MX GPU

Otavio Salvador otavio at ossystems.com.br
Thu Jun 28 10:45:34 PDT 2018


From: Tom Hochstein <tom.hochstein at nxp.com>

Signed-off-by: Tom Hochstein <tom.hochstein at nxp.com>
Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---

Changes in v4: None
Changes in v3: None
Changes in v2:
- new patch

 recipes-graphics/mesa/mesa-demos_%.bbappend | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-graphics/mesa/mesa-demos_%.bbappend b/recipes-graphics/mesa/mesa-demos_%.bbappend
index c47dce96..2ee7c2b9 100644
--- a/recipes-graphics/mesa/mesa-demos_%.bbappend
+++ b/recipes-graphics/mesa/mesa-demos_%.bbappend
@@ -15,5 +15,6 @@ PACKAGECONFIG_remove        = "${PACKAGECONFIG_IMX_TO_REMOVE}"
 PACKAGECONFIG_IMX_TO_APPEND               = ""
 PACKAGECONFIG_IMX_TO_APPEND_append_imxgpu = " \
     ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland vg', '', d)} \
+    ${@bb.utils.contains('DISTRO_FEATURES',     'x11',       'glut', '', d)} \
 "
 PACKAGECONFIG_append = "${PACKAGECONFIG_IMX_TO_APPEND}"
-- 
2.18.0



More information about the meta-freescale mailing list