From 6337d6d1fabb9b24e2387275a8d844e689c31f8b Mon Sep 17 00:00:00 2001 From: Neena Busireddy Date: Tue, 26 Aug 2014 14:22:36 -0500 Subject: [PATCH] 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 --- meta-fsl-arm/recipes-graphics/wayland/weston_%.bbappend | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meta-fsl-arm/recipes-graphics/wayland/weston_%.bbappend b/meta-fsl-arm/recipes-graphics/wayland/weston_%.bbappend index 22c6f2ed..7b50283e 100644 --- a/meta-fsl-arm/recipes-graphics/wayland/weston_%.bbappend +++ b/meta-fsl-arm/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" \ -- 2.40.1