mirror of
git://git.yoctoproject.org/meta-raspberrypi
synced 2026-09-16 14:35:43 +00:00
Revert "weston: remove rpi-backend configuration switch"
This reverts commit a1cfeb3324c458a73507e34ffcf28c25591b8052. This is not ready to be used together with 4.9.y kernel so simply revert as it seems to work with the rpi-backend. Signed-off-by: Mirza Krak <mirza.krak@northern.tech> Signed-off-by: Gunnar Andersson <gandersson@genivi.org>
This commit is contained in:
parent
acfb857227
commit
4bbb925808
@ -4,7 +4,9 @@ EXTRA_OECONF_append_rpi = " \
|
|||||||
--disable-xwayland-test \
|
--disable-xwayland-test \
|
||||||
--disable-simple-egl-clients \
|
--disable-simple-egl-clients \
|
||||||
${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' \
|
${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' \
|
||||||
|
--enable-rpi-compositor \
|
||||||
--disable-resize-optimization \
|
--disable-resize-optimization \
|
||||||
--disable-setuid-install \
|
--disable-setuid-install \
|
||||||
|
WESTON_NATIVE_BACKEND=rpi-backend.so \
|
||||||
', d)} \
|
', d)} \
|
||||||
"
|
"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user