summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/wayland/weston_%.bbappend3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-graphics/wayland/weston_%.bbappend b/recipes-graphics/wayland/weston_%.bbappend
index 1b813abc..270adfa6 100644
--- a/recipes-graphics/wayland/weston_%.bbappend
+++ b/recipes-graphics/wayland/weston_%.bbappend
@@ -13,7 +13,8 @@ PACKAGECONFIG_IMX_TO_APPEND = ""
13PACKAGECONFIG_IMX_TO_APPEND_imxgpu3d = "cairo-glesv2" 13PACKAGECONFIG_IMX_TO_APPEND_imxgpu3d = "cairo-glesv2"
14PACKAGECONFIG_IMX_TO_REMOVE = "" 14PACKAGECONFIG_IMX_TO_REMOVE = ""
15PACKAGECONFIG_IMX_TO_REMOVE_imxpxp = "egl" 15PACKAGECONFIG_IMX_TO_REMOVE_imxpxp = "egl"
16PACKAGECONFIG_IMX_TO_REMOVE_imxgpu2d = "" 16PACKAGECONFIG_IMX_TO_REMOVE_imxgpu2d = "egl"
17PACKAGECONFIG_IMX_TO_REMOVE_imxgpu3d = ""
17 18
18PACKAGECONFIG_append = " ${PACKAGECONFIG_IMX_TO_APPEND}" 19PACKAGECONFIG_append = " ${PACKAGECONFIG_IMX_TO_APPEND}"
19PACKAGECONFIG_remove = " ${PACKAGECONFIG_IMX_TO_REMOVE}" 20PACKAGECONFIG_remove = " ${PACKAGECONFIG_IMX_TO_REMOVE}"