From 53e17683c5ee23097bc74184328a181c79977b40 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 11 Feb 2016 13:02:14 -0800 Subject: [PATCH] weston: Specify egl and compositor options for rpi Signed-off-by: Khem Raj --- recipes-graphics/weston/weston_%.bbappend | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 recipes-graphics/weston/weston_%.bbappend diff --git a/recipes-graphics/weston/weston_%.bbappend b/recipes-graphics/weston/weston_%.bbappend new file mode 100644 index 0000000..3ec311d --- /dev/null +++ b/recipes-graphics/weston/weston_%.bbappend @@ -0,0 +1,7 @@ +EXTRA_OECONF += "--enable-rpi-compositor \ + --disable-resize-optimization \ + --disable-setuid-install \ + --disable-xwayland-test \ + --disable-simple-egl-clients \ + WESTON_NATIVE_BACKEND=rpi-backend.so \ +"