diff options
Diffstat (limited to 'recipes-graphics/mesa')
-rw-r--r-- | recipes-graphics/mesa/mesa-demos_%.bbappend | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/recipes-graphics/mesa/mesa-demos_%.bbappend b/recipes-graphics/mesa/mesa-demos_%.bbappend index ac5bf65f..722d53dd 100644 --- a/recipes-graphics/mesa/mesa-demos_%.bbappend +++ b/recipes-graphics/mesa/mesa-demos_%.bbappend | |||
@@ -6,11 +6,10 @@ SRC_URI_append_mx6 = " file://Replace-glWindowPos2iARB-calls-with-glWindowPos2i. | |||
6 | file://Add-OpenVG-demos-to-support-wayland.patch" | 6 | file://Add-OpenVG-demos-to-support-wayland.patch" |
7 | 7 | ||
8 | PACKAGECONFIG_remove_mx6 = " \ | 8 | PACKAGECONFIG_remove_mx6 = " \ |
9 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', '', \ | 9 | ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'glu x11', '', d)} \ |
10 | bb.utils.contains('DISTRO_FEATURES', 'wayland', 'glu', '', d), d)}" | 10 | " |
11 | PACKAGECONFIG_remove_mx6sl = "gles1 gles2" | 11 | PACKAGECONFIG_remove_mx6sl = "gles1 gles2" |
12 | 12 | ||
13 | PACKAGECONFIG_append_mx6 = " \ | 13 | PACKAGECONFIG_append_mx6 = " \ |
14 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', '', \ | 14 | ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland vg', '', d)} \ |
15 | bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland vg', '', d), d)} \ | ||
16 | " | 15 | " |