aboutsummaryrefslogtreecommitdiffstats
path: root/sway/meson.build
diff options
context:
space:
mode:
authorLibravatar Brian Ashworth <bosrsf04@gmail.com>2018-06-02 21:33:16 -0400
committerLibravatar Brian Ashworth <bosrsf04@gmail.com>2018-06-03 10:26:06 -0400
commit5ea4a4d3eec897b915003ad7fc2b2e274d1a59c1 (patch)
tree8d077f70c7bc462f1987e8d57003a2b11de718ca /sway/meson.build
parentMerge pull request #2093 from emersion/damage-debug (diff)
downloadsway-5ea4a4d3eec897b915003ad7fc2b2e274d1a59c1.tar.gz
sway-5ea4a4d3eec897b915003ad7fc2b2e274d1a59c1.tar.zst
sway-5ea4a4d3eec897b915003ad7fc2b2e274d1a59c1.zip
Refactor cmd_output to use config_subcommand
Diffstat (limited to 'sway/meson.build')
-rw-r--r--sway/meson.build9
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(
120 'commands/input/xkb_rules.c', 120 'commands/input/xkb_rules.c',
121 'commands/input/xkb_variant.c', 121 'commands/input/xkb_variant.c',
122 122
123 'commands/output/background.c',
124 'commands/output/disable.c',
125 'commands/output/dpms.c',
126 'commands/output/enable.c',
127 'commands/output/mode.c',
128 'commands/output/position.c',
129 'commands/output/scale.c',
130 'commands/output/transform.c',
131
123 'tree/arrange.c', 132 'tree/arrange.c',
124 'tree/container.c', 133 'tree/container.c',
125 'tree/layout.c', 134 'tree/layout.c',