aboutsummaryrefslogtreecommitdiffstats
path: root/sway/meson.build
diff options
context:
space:
mode:
authorLibravatar Dominique Martinet <asmadeus@codewreck.org>2017-12-29 15:31:04 +0100
committerLibravatar Dominique Martinet <asmadeus@codewreck.org>2018-01-05 15:36:20 +0100
commitc83900593daace2ef85174163edf2748179e28f2 (patch)
tree40cdc706c8b1439d630c6b514817c8e6f0b4e4fd /sway/meson.build
parentMerge pull request #1552 from martinetd/cleanup (diff)
downloadsway-c83900593daace2ef85174163edf2748179e28f2.tar.gz
sway-c83900593daace2ef85174163edf2748179e28f2.tar.zst
sway-c83900593daace2ef85174163edf2748179e28f2.zip
config: add 'set' command
Diffstat (limited to 'sway/meson.build')
-rw-r--r--sway/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/meson.build b/sway/meson.build
index 01d5ef36..30ec166b 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -15,6 +15,7 @@ sway_sources = files(
15 'commands/seat.c', 15 'commands/seat.c',
16 'commands/seat/attach.c', 16 'commands/seat/attach.c',
17 'commands/seat/fallback.c', 17 'commands/seat/fallback.c',
18 'commands/set.c',
18 'commands/input/accel_profile.c', 19 'commands/input/accel_profile.c',
19 'commands/input/click_method.c', 20 'commands/input/click_method.c',
20 'commands/input/drag_lock.c', 21 'commands/input/drag_lock.c',