summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-graphics/mesa/mesa-demos_%.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/mesa/mesa-demos_%.bbappend b/recipes-graphics/mesa/mesa-demos_%.bbappend
index 0f0528dd..ff5d71ae 100644
--- a/recipes-graphics/mesa/mesa-demos_%.bbappend
+++ b/recipes-graphics/mesa/mesa-demos_%.bbappend
@@ -13,7 +13,7 @@ PACKAGECONFIG_REMOVE_IF_2D_ONLY = ""
13PACKAGECONFIG_REMOVE_IF_2D_ONLY:imxgpu2d = "gles1 gles2" 13PACKAGECONFIG_REMOVE_IF_2D_ONLY:imxgpu2d = "gles1 gles2"
14PACKAGECONFIG_REMOVE_IF_2D_ONLY:imxgpu3d = "" 14PACKAGECONFIG_REMOVE_IF_2D_ONLY:imxgpu3d = ""
15PACKAGECONFIG_REMOVE_IF_GPU = "" 15PACKAGECONFIG_REMOVE_IF_GPU = ""
16PACKAGECONFIG_REMOVE_IF_GPU:imxgpu = "glx x11" 16PACKAGECONFIG_REMOVE_IF_GPU:imxgpu = "x11"
17 17
18PACKAGECONFIG:append = " \ 18PACKAGECONFIG:append = " \
19 ${PACKAGECONFIG_APPEND_IF_GPU}" 19 ${PACKAGECONFIG_APPEND_IF_GPU}"