From 3ed3700ca3d33ffd5743f944ae3334302b294580 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Tue, 21 Jun 2022 17:49:14 +0100 Subject: [PATCH] kiosk-shell: Don't link desktop-shell protocols We don't need these. Signed-off-by: Daniel Stone --- kiosk-shell/meson.build | 2 -- 1 file changed, 2 deletions(-) diff --git a/kiosk-shell/meson.build b/kiosk-shell/meson.build index 95d94721..22d5cafa 100644 --- a/kiosk-shell/meson.build +++ b/kiosk-shell/meson.build @@ -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, ]