summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/mesa
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-graphics/mesa')
-rw-r--r--recipes-graphics/mesa/mesa-demos_%.bbappend8
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
8PACKAGECONFIG_IMX_TO_REMOVE = "" 8PACKAGECONFIG_IMX_TO_REMOVE_GLES = ""
9PACKAGECONFIG_IMX_TO_REMOVE_append_imxgpu2d = "gles1 gles2" 9PACKAGECONFIG_IMX_TO_REMOVE_GLES_imxgpu2d = "gles1 gles2"
10PACKAGECONFIG_IMX_TO_REMOVE_append_imxgpu = " \ 10PACKAGECONFIG_IMX_TO_REMOVE_GLES_imxgpu3d = ""
11PACKAGECONFIG_IMX_TO_REMOVE = "${PACKAGECONFIG_IMX_TO_REMOVE_GLES}"
12PACKAGECONFIG_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"
13PACKAGECONFIG_remove = "${PACKAGECONFIG_IMX_TO_REMOVE}" 15PACKAGECONFIG_remove = "${PACKAGECONFIG_IMX_TO_REMOVE}"