aboutsummaryrefslogtreecommitdiff
path: root/sway/meson.build
diff options
context:
space:
mode:
authorAndri Yngvason <andri@yngvason.is>2022-09-29 23:18:39 +0000
committerSimon Ser <contact@emersion.fr>2022-10-07 19:17:39 +0200
commitb00b05f792c4b5095d5aa08547e1502a24785e20 (patch)
tree089b54be41403a17f07bdeddc17be8346f5e63f4 /sway/meson.build
parent04f8a655e7cf555ddf068756916346b8246395d1 (diff)
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(
'commands/output/subpixel.c',
'commands/output/toggle.c',
'commands/output/transform.c',
+ 'commands/output/unplug.c',
'tree/arrange.c',
'tree/container.c',