diff options
author | emersion <contact@emersion.fr> | 2018-05-05 20:03:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-05 20:03:46 +0100 |
commit | 786727d8bbd00f44f1b29368a3579cbe6899ba16 (patch) | |
tree | 80579da473fb095b61a4693a1ab009d2fb6ea595 /sway/meson.build | |
parent | b4249166f309a46c15dd3a5734594aee961b723b (diff) | |
parent | 967b14c2279b6a09830912b09d54668119045967 (diff) | |
download | sway-786727d8bbd00f44f1b29368a3579cbe6899ba16.tar.xz |
Merge branch 'master' into usr-lib
Diffstat (limited to 'sway/meson.build')
-rw-r--r-- | sway/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/meson.build b/sway/meson.build index 7c93b5c4..f70a8e44 100644 --- a/sway/meson.build +++ b/sway/meson.build @@ -60,6 +60,7 @@ sway_sources = files( 'commands/set.c', 'commands/split.c', 'commands/swaybg_command.c', + 'commands/title_format.c', 'commands/workspace.c', 'commands/ws_auto_back_and_forth.c', |