summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-fsl-arm/recipes-graphics/wayland/weston_%.bbappend7
1 files changed, 6 insertions, 1 deletions
diff --git a/meta-fsl-arm/recipes-graphics/wayland/weston_%.bbappend b/meta-fsl-arm/recipes-graphics/wayland/weston_%.bbappend
index a7496daa..a254f07f 100644
--- a/meta-fsl-arm/recipes-graphics/wayland/weston_%.bbappend
+++ b/meta-fsl-arm/recipes-graphics/wayland/weston_%.bbappend
@@ -1,6 +1,11 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2 2
3SRC_URI_append_mx6 = " file://0001-MGS-840-Add-i.MX6-support-for-weston.patch" 3# only install patch for mx6 with a GPU
4GPU_PATCH = "file://0001-MGS-840-Add-i.MX6-support-for-weston.patch"
5SRC_URI_append_mx6q = " ${GPU_PATCH}"
6SRC_URI_append_mx6dl = " ${GPU_PATCH}"
7SRC_URI_append_mx6sx = " ${GPU_PATCH}"
8SRC_URI_append_mx6sl = " ${GPU_PATCH}"
4 9
5PACKAGECONFIG_append_mx6q = " cairo-glesv2" 10PACKAGECONFIG_append_mx6q = " cairo-glesv2"
6PACKAGECONFIG_append_mx6dl = " cairo-glesv2" 11PACKAGECONFIG_append_mx6dl = " cairo-glesv2"