diff options
Diffstat (limited to 'recipes-graphics/mesa')
-rw-r--r-- | recipes-graphics/mesa/mesa-demos_%.bbappend | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/recipes-graphics/mesa/mesa-demos_%.bbappend b/recipes-graphics/mesa/mesa-demos_%.bbappend index 2ee7c2b9..94db4157 100644 --- a/recipes-graphics/mesa/mesa-demos_%.bbappend +++ b/recipes-graphics/mesa/mesa-demos_%.bbappend | |||
@@ -5,9 +5,11 @@ SRC_URI_append_imxgpu = " file://Replace-glWindowPos2iARB-calls-with-glWindowPos | |||
5 | file://Additional-eglSwapBuffer-calling-makes-wrong-throttl.patch \ | 5 | file://Additional-eglSwapBuffer-calling-makes-wrong-throttl.patch \ |
6 | file://Add-OpenVG-demos-to-support-wayland.patch" | 6 | file://Add-OpenVG-demos-to-support-wayland.patch" |
7 | 7 | ||
8 | PACKAGECONFIG_IMX_TO_REMOVE = "" | 8 | PACKAGECONFIG_IMX_TO_REMOVE_GLES = "" |
9 | PACKAGECONFIG_IMX_TO_REMOVE_append_imxgpu2d = "gles1 gles2" | 9 | PACKAGECONFIG_IMX_TO_REMOVE_GLES_imxgpu2d = "gles1 gles2" |
10 | PACKAGECONFIG_IMX_TO_REMOVE_append_imxgpu = " \ | 10 | PACKAGECONFIG_IMX_TO_REMOVE_GLES_imxgpu3d = "" |
11 | PACKAGECONFIG_IMX_TO_REMOVE = "${PACKAGECONFIG_IMX_TO_REMOVE_GLES}" | ||
12 | PACKAGECONFIG_IMX_TO_REMOVE_append_imxgpu = " \ | ||
11 | ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'glu x11', '', d)} \ | 13 | ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'glu x11', '', d)} \ |
12 | " | 14 | " |
13 | PACKAGECONFIG_remove = "${PACKAGECONFIG_IMX_TO_REMOVE}" | 15 | PACKAGECONFIG_remove = "${PACKAGECONFIG_IMX_TO_REMOVE}" |