From 470443da3dacc0e0d62d516038a2e5d0abccd355 Mon Sep 17 00:00:00 2001 From: Neena Busireddy Date: Tue, 26 Aug 2014 14:22:36 -0500 Subject: 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 Signed-off-by: Otavio Salvador --- recipes-graphics/wayland/weston_%.bbappend | 5 +++++ 1 file changed, 5 insertions(+) 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 " 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" \ -- cgit v1.2.3-54-g00ecf