diff options
author | Drew DeVault <[email protected]> | 2018-04-02 23:14:37 -0400 |
---|---|---|
committer | Drew DeVault <[email protected]> | 2018-04-04 18:47:48 -0400 |
commit | 1008d4cc9105e18074f8152ec5d6679aef8ebc5f (patch) | |
tree | 7ea62bc43f58f50477f0ee3edb44076944f19d02 /swaylock/meson.build | |
parent | 0bd40ce86bf53b4349aae1e98aae50bcd86b2505 (diff) |
Split seat code into its own file
Diffstat (limited to 'swaylock/meson.build')
-rw-r--r-- | swaylock/meson.build | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/swaylock/meson.build b/swaylock/meson.build index 5b886ded..2f2733f8 100644 --- a/swaylock/meson.build +++ b/swaylock/meson.build @@ -1,6 +1,8 @@ executable( - 'swaylock', - 'main.c', + 'swaylock', [ + 'main.c', + 'seat.c' + ], include_directories: [sway_inc], dependencies: [ cairo, |