]> code.ossystems Code Review - openembedded-core.git/commit
weston: fix build failure due to race condition
authorChen Qi <Qi.Chen@windriver.com>
Wed, 21 Apr 2021 04:43:58 +0000 (21:43 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 23 Apr 2021 09:10:43 +0000 (10:10 +0100)
commitbd2a9a4d82f66f1ff414c392bcf234d8dbd5e553
tree57735a6f64426d500fe7f9e50bc417e0fe74b1d1
parent5dcd9c673502dab276b4fb4e6b4c7c1d1d9425ef
weston: fix build failure due to race condition

The wayland.c actually include 'xdg-shell-client-protocol.h' instead of
the server one, so fix it. Otherwise, it's possible to get build failure
due to race condition.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/wayland/weston/0001-meson.build-fix-incorrect-header.patch [new file with mode: 0644]
meta/recipes-graphics/wayland/weston_9.0.0.bb