backend-wayland: fix incorrect header

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: Daniel Stone <daniels@collabora.com>
[daniels: Found in OpenEmbedded/Yocto source.]
This commit is contained in:
Chen Qi 2021-07-13 18:26:38 +01:00 committed by Daniel Stone
parent 60855b1569
commit 2f2e5da4c3

View file

@ -10,7 +10,7 @@ srcs_wlwl = [
fullscreen_shell_unstable_v1_protocol_c,
presentation_time_protocol_c,
presentation_time_server_protocol_h,
xdg_shell_server_protocol_h,
xdg_shell_client_protocol_h,
xdg_shell_protocol_c,
]