summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-fsl-arm/recipes-graphics/wayland/weston_%.bbappend5
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 "
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" \