diff options
Diffstat (limited to 'rootston/meson.build')
-rw-r--r-- | rootston/meson.build | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/rootston/meson.build b/rootston/meson.build new file mode 100644 index 00000000..59f73e96 --- /dev/null +++ b/rootston/meson.build @@ -0,0 +1,16 @@ +executable( + 'rootston', [ + 'config.c', + 'cursor.c', + 'desktop.c', + 'ini.c', + 'input.c', + 'keyboard.c', + 'main.c', + 'output.c', + 'pointer.c', + 'xdg_shell_v6.c', + 'xwayland.c', + 'wl_shell.c', + ], dependencies: wlroots +) |