diff options
author | emersion <contact@emersion.fr> | 2018-06-03 18:48:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-03 18:48:00 +0100 |
commit | 0549fd027bee17d2ee904ccf7e6447a8f79d9f7f (patch) | |
tree | 53cfa1cbe37683c8ccdec3933ea8dad6cb290f48 /sway/meson.build | |
parent | 6d0ad6a1ed1d86863efe6eeb0d2aea4e1055d22f (diff) | |
parent | 51fa988be9203dd81fd0897611a854ef9f4b4f5f (diff) | |
download | sway-0549fd027bee17d2ee904ccf7e6447a8f79d9f7f.tar.xz |
Merge pull request #2087 from RedSoxFan/output-subcommand
Refactor cmd_output to use config_subcommand
Diffstat (limited to 'sway/meson.build')
-rw-r--r-- | sway/meson.build | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sway/meson.build b/sway/meson.build index 4c038583..b6bb02a7 100644 --- a/sway/meson.build +++ b/sway/meson.build @@ -120,6 +120,15 @@ sway_sources = files( 'commands/input/xkb_rules.c', 'commands/input/xkb_variant.c', + 'commands/output/background.c', + 'commands/output/disable.c', + 'commands/output/dpms.c', + 'commands/output/enable.c', + 'commands/output/mode.c', + 'commands/output/position.c', + 'commands/output/scale.c', + 'commands/output/transform.c', + 'tree/arrange.c', 'tree/container.c', 'tree/layout.c', |