aboutsummaryrefslogtreecommitdiffstats
path: root/sway/meson.build
diff options
context:
space:
mode:
authorLibravatar Brian Ashworth <bosrsf04@gmail.com>2018-08-02 21:37:29 -0400
committerLibravatar Brian Ashworth <bosrsf04@gmail.com>2018-08-03 10:37:35 -0400
commita7f7d4a488c8d3b2461122765f9904c8a411a583 (patch)
tree7abee51265a8b9550c62255d0c6649935ee1d6a2 /sway/meson.build
parentShow swaynag on config errors (diff)
downloadsway-a7f7d4a488c8d3b2461122765f9904c8a411a583.tar.gz
sway-a7f7d4a488c8d3b2461122765f9904c8a411a583.tar.zst
sway-a7f7d4a488c8d3b2461122765f9904c8a411a583.zip
Write to swaynag pipe fd directly on config errors
Diffstat (limited to 'sway/meson.build')
-rw-r--r--sway/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/meson.build b/sway/meson.build
index a9503c3b..17406f6b 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -9,6 +9,7 @@ sway_sources = files(
9 'ipc-server.c', 9 'ipc-server.c',
10 'scratchpad.c', 10 'scratchpad.c',
11 'security.c', 11 'security.c',
12 'swaynag.c',
12 13
13 'desktop/desktop.c', 14 'desktop/desktop.c',
14 'desktop/idle_inhibit_v1.c', 15 'desktop/idle_inhibit_v1.c',
@@ -78,6 +79,7 @@ sway_sources = files(
78 'commands/split.c', 79 'commands/split.c',
79 'commands/sticky.c', 80 'commands/sticky.c',
80 'commands/swaybg_command.c', 81 'commands/swaybg_command.c',
82 'commands/swaynag_command.c',
81 'commands/swap.c', 83 'commands/swap.c',
82 'commands/title_format.c', 84 'commands/title_format.c',
83 'commands/unmark.c', 85 'commands/unmark.c',