summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-graphics/mesa/mesa-demos_%.bbappend9
1 files changed, 1 insertions, 8 deletions
diff --git a/recipes-graphics/mesa/mesa-demos_%.bbappend b/recipes-graphics/mesa/mesa-demos_%.bbappend
index c8d1667..65f3d53 100644
--- a/recipes-graphics/mesa/mesa-demos_%.bbappend
+++ b/recipes-graphics/mesa/mesa-demos_%.bbappend
@@ -9,11 +9,4 @@ SRC_URI_append_mx6dl = " ${MESA-DEMO-PATCH}"
9SRC_URI_append_mx6sx = " ${MESA-DEMO-PATCH}" 9SRC_URI_append_mx6sx = " ${MESA-DEMO-PATCH}"
10SRC_URI_append_mx6sl = " ${MESA-DEMO-PATCH}" 10SRC_URI_append_mx6sl = " ${MESA-DEMO-PATCH}"
11 11
12REMOVE_GLU = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', '', \ 12PACKAGECONFIG_remove_mx6sl = "gles1 gles2"
13 bb.utils.contains('DISTRO_FEATURES', 'wayland', 'glu', '', d), d)}"
14
15# only remove GLU on mx6 thave have a GPU
16PACKAGECONFIG_remove_mx6q = "${REMOVE_GLU}"
17PACKAGECONFIG_remove_mx6dl = "${REMOVE_GLU}"
18PACKAGECONFIG_remove_mx6sx = "${REMOVE_GLU}"
19PACKAGECONFIG_remove_mx6sl = "gles1 gles2 ${REMOVE_GLU}"