summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHerve Jourdain <herve.jourdain@neuf.fr>2016-07-21 20:32:13 +0800
committerAndrei Gherzan <andrei@gherzan.ro>2016-09-21 16:51:21 +0100
commit72b9635c66ccf334d9260e9313684d2f1c0edf35 (patch)
treedbbe5bf2548979f082d2ffe0b3369a455977cf27
parentba9c4660d6fd972cac25f770c317eeba4bd982ca (diff)
downloadmeta-raspberrypi-72b9635c66ccf334d9260e9313684d2f1c0edf35.tar.gz
wayland/weston_%.bbappend: modify configuration options to support vc4graphics
Signed-off-by: Herve Jourdain <herve.jourdain@neuf.fr>
-rw-r--r--recipes-graphics/wayland/weston_%.bbappend6
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes-graphics/wayland/weston_%.bbappend b/recipes-graphics/wayland/weston_%.bbappend
index c3a7421..57b8079 100644
--- a/recipes-graphics/wayland/weston_%.bbappend
+++ b/recipes-graphics/wayland/weston_%.bbappend
@@ -1,4 +1,2 @@
1EXTRA_OECONF_append_rpi = "\ 1EXTRA_OECONF_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' --enable-rpi-compositor WESTON_NATIVE_BACKEND=rpi-backend.so', d)}"
2 --enable-rpi-compositor \ 2
3 WESTON_NATIVE_BACKEND=rpi-backend.so \
4 "