diff options
author | Khem Raj <raj.khem@gmail.com> | 2015-08-12 02:21:53 -0700 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2016-03-10 14:50:49 +0100 |
commit | 6fa040c7690d57327321f1142d8b4b628c5086d3 (patch) | |
tree | 683206fd86a350c9f4df116d23bf1ef8bbec010d | |
parent | bfbe0ce3b443ae8b6eff3e76a9ed38f0f13c23a3 (diff) | |
download | meta-raspberrypi-6fa040c7690d57327321f1142d8b4b628c5086d3.tar.gz |
weston: Enable rpi compositor backend
oe-core default configure options disables it
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | recipes-graphics/wayland/weston_%.bbappend | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-graphics/wayland/weston_%.bbappend b/recipes-graphics/wayland/weston_%.bbappend new file mode 100644 index 0000000..c3a7421 --- /dev/null +++ b/recipes-graphics/wayland/weston_%.bbappend | |||
@@ -0,0 +1,4 @@ | |||
1 | EXTRA_OECONF_append_rpi = "\ | ||
2 | --enable-rpi-compositor \ | ||
3 | WESTON_NATIVE_BACKEND=rpi-backend.so \ | ||
4 | " | ||