summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/mesa
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2018-06-26 20:55:44 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2018-06-29 14:17:14 -0300
commit5f83013637c668bbf42d9576fb937500558e6b5b (patch)
treeea8ff0fd26a6c4af170c86840264083e83814ae7 /recipes-graphics/mesa
parent54e0225ba79ae00f17954c6f5055dddaa0b1fd97 (diff)
downloadmeta-freescale-5f83013637c668bbf42d9576fb937500558e6b5b.tar.gz
mesa-demos: Include glut for i.MX GPU
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics/mesa')
-rw-r--r--recipes-graphics/mesa/mesa-demos_%.bbappend1
1 files changed, 1 insertions, 0 deletions
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}"
15PACKAGECONFIG_IMX_TO_APPEND = "" 15PACKAGECONFIG_IMX_TO_APPEND = ""
16PACKAGECONFIG_IMX_TO_APPEND_append_imxgpu = " \ 16PACKAGECONFIG_IMX_TO_APPEND_append_imxgpu = " \
17 ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland vg', '', d)} \ 17 ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland vg', '', d)} \
18 ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'glut', '', d)} \
18" 19"
19PACKAGECONFIG_append = "${PACKAGECONFIG_IMX_TO_APPEND}" 20PACKAGECONFIG_append = "${PACKAGECONFIG_IMX_TO_APPEND}"