diff options
Diffstat (limited to 'recipes-graphics/clutter')
-rw-r--r-- | recipes-graphics/clutter/clutter-1.0_%.bbappend | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/recipes-graphics/clutter/clutter-1.0_%.bbappend b/recipes-graphics/clutter/clutter-1.0_%.bbappend index 053f68cb..0099a471 100644 --- a/recipes-graphics/clutter/clutter-1.0_%.bbappend +++ b/recipes-graphics/clutter/clutter-1.0_%.bbappend | |||
@@ -1,3 +1,5 @@ | |||
1 | PACKAGECONFIG_mx6 ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'glx x11', \ | 1 | PACKAGECONFIG_mx6 ??= " \ |
2 | bb.utils.contains('DISTRO_FEATURES', 'wayland', \ | 2 | ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland egl', \ |
3 | 'wayland egl', '', d), d)}" | 3 | bb.utils.contains('DISTRO_FEATURES', 'x11', 'glx x11', \ |
4 | '', d), d)} \ | ||
5 | " | ||