aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-ivi-bsp/recipes-graphics/wayland/weston_1.5.0.bbappend14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-ivi-bsp/recipes-graphics/wayland/weston_1.5.0.bbappend b/meta-ivi-bsp/recipes-graphics/wayland/weston_1.5.0.bbappend
new file mode 100644
index 0000000..ce963ea
--- /dev/null
+++ b/meta-ivi-bsp/recipes-graphics/wayland/weston_1.5.0.bbappend
@@ -0,0 +1,14 @@
+RDEPENDS_${PN}_append = " libegl-gallium llvm3.3 "
+
+EXTRA_OECONF_append_vexpressa9 = "\
+ --enable-simple-egl-clients \
+ WESTON_NATIVE_BACKEND=fbdev-backend.so \
+ "
+EXTRA_OECONF_append_qemux86 = "\
+ --enable-simple-egl-clients \
+ WESTON_NATIVE_BACKEND=fbdev-backend.so \
+ "
+EXTRA_OECONF_append_qemux86-64 = "\
+ --enable-simple-egl-clients \
+ WESTON_NATIVE_BACKEND=fbdev-backend.so \
+ "