aboutsummaryrefslogtreecommitdiffstats
path: root/sway/meson.build
diff options
context:
space:
mode:
authorLibravatar Andri Yngvason <andri@yngvason.is>2022-09-29 23:18:39 +0000
committerLibravatar Simon Ser <contact@emersion.fr>2022-10-07 19:17:39 +0200
commitb00b05f792c4b5095d5aa08547e1502a24785e20 (patch)
tree089b54be41403a17f07bdeddc17be8346f5e63f4 /sway/meson.build
parentbuild: simplify protocol paths (diff)
downloadsway-b00b05f792c4b5095d5aa08547e1502a24785e20.tar.gz
sway-b00b05f792c4b5095d5aa08547e1502a24785e20.tar.zst
sway-b00b05f792c4b5095d5aa08547e1502a24785e20.zip
sway/commands/output: Add command for unplugging non-physical outputs
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 ced7419c..c7b9d6e6 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -198,6 +198,7 @@ sway_sources = files(
198 'commands/output/subpixel.c', 198 'commands/output/subpixel.c',
199 'commands/output/toggle.c', 199 'commands/output/toggle.c',
200 'commands/output/transform.c', 200 'commands/output/transform.c',
201 'commands/output/unplug.c',
201 202
202 'tree/arrange.c', 203 'tree/arrange.c',
203 'tree/container.c', 204 'tree/container.c',