diff options
| author | Neena Busireddy <neena.busireddy@freescale.com> | 2014-08-26 14:22:36 -0500 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2014-11-10 18:55:23 -0200 |
| commit | 6337d6d1fabb9b24e2387275a8d844e689c31f8b (patch) | |
| tree | 0504c742421138ad487745467337dbae8c37fc44 | |
| parent | 26b66adf2ded106e7f363ae59863be0dc0d623a8 (diff) | |
| download | meta-freescale-6337d6d1fabb9b24e2387275a8d844e689c31f8b.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>
| -rw-r--r-- | meta-fsl-arm/recipes-graphics/wayland/weston_%.bbappend | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-fsl-arm/recipes-graphics/wayland/weston_%.bbappend b/meta-fsl-arm/recipes-graphics/wayland/weston_%.bbappend index 22c6f2edd..7b50283ec 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 | |||
| 9 | " | 9 | " |
| 10 | PACKAGECONFIG_append_mx6q = " cairo-glesv2" | 10 | PACKAGECONFIG_append_mx6q = " cairo-glesv2" |
| 11 | PACKAGECONFIG_append_mx6dl = " cairo-glesv2" | 11 | PACKAGECONFIG_append_mx6dl = " cairo-glesv2" |
| 12 | PACKAGECONFIG_append_mx6sx = " cairo-glesv2" | ||
| 12 | PACKAGECONFIG_remove_mx6sl = "egl" | 13 | PACKAGECONFIG_remove_mx6sl = "egl" |
| 13 | 14 | ||
| 14 | EXTRA_OECONF_append_mx6 = " \ | 15 | EXTRA_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 | " |
| 35 | EXTRA_OEMAKE_append_mx6sx = " \ | ||
| 36 | COMPOSITOR_LIBS="-lGLESv2 -lEGL -lGAL -lwayland-server -lxkbcommon -lpixman-1" \ | ||
| 37 | FB_COMPOSITOR_LIBS="-lGLESv2 -lEGL -lwayland-server -lxkbcommon" \ | ||
| 38 | " | ||
| 34 | EXTRA_OEMAKE_append_mx6sl = " \ | 39 | EXTRA_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" \ |
