summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2016-02-11 13:02:14 -0800
committerAndrei Gherzan <andrei@gherzan.ro>2016-03-10 14:55:47 +0100
commit53e17683c5ee23097bc74184328a181c79977b40 (patch)
tree1c225b171dcd92a180c0e909e3c5bfa1d0485ca9
parent27445a1e4cd2dfa71b261877c9fe6beabadc041c (diff)
downloadmeta-raspberrypi-53e17683c5ee23097bc74184328a181c79977b40.tar.gz
weston: Specify egl and compositor options for rpi
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--recipes-graphics/weston/weston_%.bbappend7
1 files changed, 7 insertions, 0 deletions
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 @@
1EXTRA_OECONF += "--enable-rpi-compositor \
2 --disable-resize-optimization \
3 --disable-setuid-install \
4 --disable-xwayland-test \
5 --disable-simple-egl-clients \
6 WESTON_NATIVE_BACKEND=rpi-backend.so \
7"