kiosk-shell: Don't link desktop-shell protocols

We don't need these.

Signed-off-by: Daniel Stone <daniels@collabora.com>
This commit is contained in:
Daniel Stone 2022-06-21 17:49:14 +01:00 committed by Pekka Paalanen
parent 0774a321c5
commit 3ed3700ca3
1 changed files with 0 additions and 2 deletions

View File

@ -2,8 +2,6 @@ if get_option('shell-kiosk')
srcs_shell_kiosk = [
'kiosk-shell.c',
'kiosk-shell-grab.c',
weston_desktop_shell_server_protocol_h,
weston_desktop_shell_protocol_c,
input_method_unstable_v1_server_protocol_h,
input_method_unstable_v1_protocol_c,
]