diff options
-rw-r--r-- | recipes-graphics/mesa/mesa-demos_%.bbappend | 1 |
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}" | |||
15 | PACKAGECONFIG_IMX_TO_APPEND = "" | 15 | PACKAGECONFIG_IMX_TO_APPEND = "" |
16 | PACKAGECONFIG_IMX_TO_APPEND_append_imxgpu = " \ | 16 | PACKAGECONFIG_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 | " |
19 | PACKAGECONFIG_append = "${PACKAGECONFIG_IMX_TO_APPEND}" | 20 | PACKAGECONFIG_append = "${PACKAGECONFIG_IMX_TO_APPEND}" |