Support QEMU build on Poky > 1.7 (weston, gallium-egl)
[AGL/meta-agl.git] / meta-agl-bsp / recipes-graphics / wayland / weston_%.bbappend
diff --git a/meta-agl-bsp/recipes-graphics/wayland/weston_%.bbappend b/meta-agl-bsp/recipes-graphics/wayland/weston_%.bbappend
new file mode 100644 (file)
index 0000000..a527fcf
--- /dev/null
@@ -0,0 +1,14 @@
+RRECOMMENDS_${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 \
+    "