]> code.ossystems Code Review - meta-freescale.git/commitdiff
weston: Add i.MX6 SoloX support
authorNeena Busireddy <neena.busireddy@freescale.com>
Tue, 26 Aug 2014 19:22:36 +0000 (14:22 -0500)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 10 Nov 2014 20:55:23 +0000 (18:55 -0200)
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>
meta-fsl-arm/recipes-graphics/wayland/weston_%.bbappend

index 22c6f2eddfd036340d9bc5d3d1f8ebcf5c74f655..7b50283ec5c0a7f0d56587c02cc52f5d62f85e4e 100644 (file)
@@ -9,6 +9,7 @@ SRC_URI_append_mx6 = " file://0001-ENGR00314805-1-Add-Vivante-EGL-support.patch
              "
 PACKAGECONFIG_append_mx6q = " cairo-glesv2"
 PACKAGECONFIG_append_mx6dl = " cairo-glesv2"
+PACKAGECONFIG_append_mx6sx = " cairo-glesv2"
 PACKAGECONFIG_remove_mx6sl = "egl"
 
 EXTRA_OECONF_append_mx6 = " \
@@ -31,6 +32,10 @@ EXTRA_OEMAKE_append_mx6dl = " \
     COMPOSITOR_LIBS="-lGLESv2 -lEGL -lGAL -lwayland-server -lxkbcommon -lpixman-1" \
     FB_COMPOSITOR_LIBS="-lGLESv2 -lEGL -lwayland-server -lxkbcommon" \
 "
+EXTRA_OEMAKE_append_mx6sx = " \
+    COMPOSITOR_LIBS="-lGLESv2 -lEGL -lGAL -lwayland-server -lxkbcommon -lpixman-1" \
+    FB_COMPOSITOR_LIBS="-lGLESv2 -lEGL -lwayland-server -lxkbcommon" \
+"
 EXTRA_OEMAKE_append_mx6sl = " \
     COMPOSITOR_LIBS="-lEGL -lGAL -lwayland-server -lxkbcommon -lpixman-1" \
     FB_COMPOSITOR_LIBS="-lEGL -lwayland-server -lxkbcommon" \