diff options
Diffstat (limited to 'rootston/meson.build')
-rw-r--r-- | rootston/meson.build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rootston/meson.build b/rootston/meson.build index db90a508..6a4fbe76 100644 --- a/rootston/meson.build +++ b/rootston/meson.build @@ -12,10 +12,11 @@ sources = [ 'seat.c', 'switch.c', 'text_input.c', + 'view.c', 'virtual_keyboard.c', 'wl_shell.c', - 'xdg_shell.c', 'xdg_shell_v6.c', + 'xdg_shell.c', ] if conf_data.get('WLR_HAS_XWAYLAND', 0) == 1 |