summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/recipes-graphics/wayland/weston_%.bbappend
diff options
context:
space:
mode:
authorManuel Bachmann <manuel.bachmann@iot.bzh>2015-09-21 11:53:04 +0200
committerManuel Bachmann <mbc@iot.bzh>2015-09-22 10:29:56 +0200
commitd3761567f1d11efcacf69a4121b8bb4cded2ee18 (patch)
tree309e071b2d1000c4538c9bf830437c96e83cde8f /meta-agl-bsp/recipes-graphics/wayland/weston_%.bbappend
parent4d71b6fbe454ff51342ab1eb6791fad66ba98c3e (diff)
Support QEMU build on Poky > 1.7 (weston, gallium-egl)
Allow to build newer versions of Weston. "gallium-egl" disappeared from Poky > 1.7 (because it disappeared from upstream Mesa, too). Still try to detect and build it if it exists, but do not fail otherwise. Change-Id: I01c3988e2da6a4fe66a80e5a5b1262cc6c1da727 Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
Diffstat (limited to 'meta-agl-bsp/recipes-graphics/wayland/weston_%.bbappend')
-rw-r--r--meta-agl-bsp/recipes-graphics/wayland/weston_%.bbappend14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-agl-bsp/recipes-graphics/wayland/weston_%.bbappend b/meta-agl-bsp/recipes-graphics/wayland/weston_%.bbappend
new file mode 100644
index 000000000..a527fcf7e
--- /dev/null
+++ b/meta-agl-bsp/recipes-graphics/wayland/weston_%.bbappend
@@ -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 \
+ "