summaryrefslogtreecommitdiff
path: root/sway/meson.build
diff options
context:
space:
mode:
authorDrew DeVault <[email protected]>2018-01-05 09:40:47 -0500
committerGitHub <[email protected]>2018-01-05 09:40:47 -0500
commitfdc92e745498a4e0707a51c3fd3390d462e9ae59 (patch)
tree40cdc706c8b1439d630c6b514817c8e6f0b4e4fd /sway/meson.build
parentc5452a3220b0f42c310a17a375908535e661debf (diff)
parentc83900593daace2ef85174163edf2748179e28f2 (diff)
Merge pull request #1554 from martinetd/cmd_set
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(
'commands/seat.c',
'commands/seat/attach.c',
'commands/seat/fallback.c',
+ 'commands/set.c',
'commands/input/accel_profile.c',
'commands/input/click_method.c',
'commands/input/drag_lock.c',