summaryrefslogtreecommitdiff
path: root/kiosk-shell/meson.build
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2021-03-08 22:45:52 +0200
committerMarius Vlad <marius.vlad@collabora.com>2021-11-02 19:32:24 +0200
commit2be09373b41181200efac32685fb715e41d80abe (patch)
treeed627d9d502d0fdc934d32044e6bff83488c6e6e /kiosk-shell/meson.build
parentd98c7e86fb75bfa12ace99cfe25048f49851a90b (diff)
downloadweston-2be09373b41181200efac32685fb715e41d80abe.tar.gz
desktop-shell, kiosk-shell: Migrate helpers to create a view to shell-utils
Incidentally fixes #553 Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Diffstat (limited to 'kiosk-shell/meson.build')
-rw-r--r--kiosk-shell/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/kiosk-shell/meson.build b/kiosk-shell/meson.build
index f9468687..c3a37da2 100644
--- a/kiosk-shell/meson.build
+++ b/kiosk-shell/meson.build
@@ -2,7 +2,6 @@ if get_option('shell-kiosk')
srcs_shell_kiosk = [
'kiosk-shell.c',
'kiosk-shell-grab.c',
- 'util.c',
'../shared/shell-utils.c',
weston_desktop_shell_server_protocol_h,
weston_desktop_shell_protocol_c,