aboutsummaryrefslogtreecommitdiffstats
path: root/sway/meson.build
diff options
context:
space:
mode:
authorLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-09-19 21:54:27 +1000
committerLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-09-19 21:54:27 +1000
commitdb2845963408dd0d66a3587469c6f26bfa4d9e1f (patch)
tree35826f54035df759914a7c406757a6ef1bf6939a /sway/meson.build
parentMerge pull request #2640 from ianyfan/swaybar (diff)
downloadsway-db2845963408dd0d66a3587469c6f26bfa4d9e1f.tar.gz
sway-db2845963408dd0d66a3587469c6f26bfa4d9e1f.tar.zst
sway-db2845963408dd0d66a3587469c6f26bfa4d9e1f.zip
Introduce create_output command (for developer use)
Should help with testing hotplugging.
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 01c83a33..d67a4c64 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -35,6 +35,7 @@ sway_sources = files(
35 'commands/bind.c', 35 'commands/bind.c',
36 'commands/border.c', 36 'commands/border.c',
37 'commands/client.c', 37 'commands/client.c',
38 'commands/create_output.c',
38 'commands/default_border.c', 39 'commands/default_border.c',
39 'commands/default_floating_border.c', 40 'commands/default_floating_border.c',
40 'commands/default_orientation.c', 41 'commands/default_orientation.c',