From 5ea4a4d3eec897b915003ad7fc2b2e274d1a59c1 Mon Sep 17 00:00:00 2001 From: Brian Ashworth Date: Sat, 2 Jun 2018 21:33:16 -0400 Subject: Refactor cmd_output to use config_subcommand --- sway/meson.build | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'sway/meson.build') 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', -- cgit v1.2.3-54-g00ecf