summaryrefslogtreecommitdiffstats
path: root/swaylock/meson.build
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-04-02 23:14:37 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2018-04-04 18:47:48 -0400
commit1008d4cc9105e18074f8152ec5d6679aef8ebc5f (patch)
tree7ea62bc43f58f50477f0ee3edb44076944f19d02 /swaylock/meson.build
parentSet up an XKB context for the keyboard (diff)
downloadsway-1008d4cc9105e18074f8152ec5d6679aef8ebc5f.tar.gz
sway-1008d4cc9105e18074f8152ec5d6679aef8ebc5f.tar.zst
sway-1008d4cc9105e18074f8152ec5d6679aef8ebc5f.zip
Split seat code into its own file
Diffstat (limited to 'swaylock/meson.build')
-rw-r--r--swaylock/meson.build6
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 @@
1executable( 1executable(
2 'swaylock', 2 'swaylock', [
3 'main.c', 3 'main.c',
4 'seat.c'
5 ],
4 include_directories: [sway_inc], 6 include_directories: [sway_inc],
5 dependencies: [ 7 dependencies: [
6 cairo, 8 cairo,