aboutsummaryrefslogtreecommitdiffstats
path: root/sway/meson.build
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2017-12-06 19:11:46 +0100
committerLibravatar emersion <contact@emersion.fr>2017-12-06 19:11:46 +0100
commitc25ad5e7c4dc49cdcda23c25558253e77be8894a (patch)
treef7099bed2222900d975f866b3571b067921818dd /sway/meson.build
parentInit, merge output config params, use wlr_output_layout (diff)
parentMerge pull request #1501 from emersion/command-include (diff)
downloadsway-c25ad5e7c4dc49cdcda23c25558253e77be8894a.tar.gz
sway-c25ad5e7c4dc49cdcda23c25558253e77be8894a.tar.zst
sway-c25ad5e7c4dc49cdcda23c25558253e77be8894a.zip
Merge branch 'wlroots' into output-config
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 5ae7fbb3..e16691a8 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -5,6 +5,7 @@ sway_sources = files(
5 'commands/exit.c', 5 'commands/exit.c',
6 'commands/exec.c', 6 'commands/exec.c',
7 'commands/exec_always.c', 7 'commands/exec_always.c',
8 'commands/include.c',
8 'commands/output.c', 9 'commands/output.c',
9 'config.c', 10 'config.c',
10 'config/output.c', 11 'config/output.c',