summaryrefslogtreecommitdiff
path: root/kiosk-shell/meson.build
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2021-03-08 18:02:32 +0200
committerMarius Vlad <marius.vlad@collabora.com>2021-11-02 19:29:50 +0200
commitd98c7e86fb75bfa12ace99cfe25048f49851a90b (patch)
tree9a8396afcc75ee5a05703ab85257cb2fc35c2cf4 /kiosk-shell/meson.build
parentd6ccc8b025c94bb379c86290a146b17e0879fed4 (diff)
downloadweston-d98c7e86fb75bfa12ace99cfe25048f49851a90b.tar.gz
shared/shell-utils: Create common helpers functions for shells
Group common functions found in both kiosk-shell and deskop-shell to a shared utils file. 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, 1 insertions, 0 deletions
diff --git a/kiosk-shell/meson.build b/kiosk-shell/meson.build
index e838614e..f9468687 100644
--- a/kiosk-shell/meson.build
+++ b/kiosk-shell/meson.build
@@ -3,6 +3,7 @@ if get_option('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,
input_method_unstable_v1_server_protocol_h,