diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-02-11 13:02:14 -0800 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2016-03-10 14:55:47 +0100 |
commit | 53e17683c5ee23097bc74184328a181c79977b40 (patch) | |
tree | 1c225b171dcd92a180c0e909e3c5bfa1d0485ca9 | |
parent | 27445a1e4cd2dfa71b261877c9fe6beabadc041c (diff) | |
download | meta-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_%.bbappend | 7 |
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 @@ | |||
1 | EXTRA_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 | " | ||