mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-09 05:58:22 +02:00
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:
parent
60855b1569
commit
2f2e5da4c3
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue