summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorNeena Busireddy <neena.busireddy@freescale.com>2014-08-26 14:22:36 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2014-11-10 18:55:23 -0200
commit470443da3dacc0e0d62d516038a2e5d0abccd355 (patch)
tree2f92882c69f5dee60d973f8dde582daec4982f9a /recipes-graphics
parent97d5305ba858a434c02264c9b4b88acc430366c0 (diff)
downloadmeta-fsl-arm-470443da3dacc0e0d62d516038a2e5d0abccd355.tar.gz
weston: Add i.MX6 SoloX support
This includes the changes to enable weston usage with the i.MX6 SoloX SoC. Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/wayland/weston_%.bbappend5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-graphics/wayland/weston_%.bbappend b/recipes-graphics/wayland/weston_%.bbappend
index 22c6f2e..7b50283 100644
--- a/recipes-graphics/wayland/weston_%.bbappend
+++ b/recipes-graphics/wayland/weston_%.bbappend
@@ -9,6 +9,7 @@ SRC_URI_append_mx6 = " file://0001-ENGR00314805-1-Add-Vivante-EGL-support.patch
9 " 9 "
10PACKAGECONFIG_append_mx6q = " cairo-glesv2" 10PACKAGECONFIG_append_mx6q = " cairo-glesv2"
11PACKAGECONFIG_append_mx6dl = " cairo-glesv2" 11PACKAGECONFIG_append_mx6dl = " cairo-glesv2"
12PACKAGECONFIG_append_mx6sx = " cairo-glesv2"
12PACKAGECONFIG_remove_mx6sl = "egl" 13PACKAGECONFIG_remove_mx6sl = "egl"
13 14
14EXTRA_OECONF_append_mx6 = " \ 15EXTRA_OECONF_append_mx6 = " \
@@ -31,6 +32,10 @@ EXTRA_OEMAKE_append_mx6dl = " \
31 COMPOSITOR_LIBS="-lGLESv2 -lEGL -lGAL -lwayland-server -lxkbcommon -lpixman-1" \ 32 COMPOSITOR_LIBS="-lGLESv2 -lEGL -lGAL -lwayland-server -lxkbcommon -lpixman-1" \
32 FB_COMPOSITOR_LIBS="-lGLESv2 -lEGL -lwayland-server -lxkbcommon" \ 33 FB_COMPOSITOR_LIBS="-lGLESv2 -lEGL -lwayland-server -lxkbcommon" \
33" 34"
35EXTRA_OEMAKE_append_mx6sx = " \
36 COMPOSITOR_LIBS="-lGLESv2 -lEGL -lGAL -lwayland-server -lxkbcommon -lpixman-1" \
37 FB_COMPOSITOR_LIBS="-lGLESv2 -lEGL -lwayland-server -lxkbcommon" \
38"
34EXTRA_OEMAKE_append_mx6sl = " \ 39EXTRA_OEMAKE_append_mx6sl = " \
35 COMPOSITOR_LIBS="-lEGL -lGAL -lwayland-server -lxkbcommon -lpixman-1" \ 40 COMPOSITOR_LIBS="-lEGL -lGAL -lwayland-server -lxkbcommon -lpixman-1" \
36 FB_COMPOSITOR_LIBS="-lEGL -lwayland-server -lxkbcommon" \ 41 FB_COMPOSITOR_LIBS="-lEGL -lwayland-server -lxkbcommon" \