aboutsummaryrefslogtreecommitdiff
path: root/sway/meson.build
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-09-19 09:24:15 -0400
committerGitHub <noreply@github.com>2018-09-19 09:24:15 -0400
commitf0fb27aba6b6e4d14fe0ce6e6e7d3dfa3fdf91fa (patch)
tree6d7d21786cb3e0441205705117bf2ffffa1f8828 /sway/meson.build
parenta83773e5cad9c3c988a664e177a885c61457c03a (diff)
parenta2090d4222aba4c708aa086e674cfe82ee7cb323 (diff)
Merge pull request #2669 from RyanDwyer/create-output-command
Introduce create_output command (for developer use)
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 01c83a33..d67a4c64 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -35,6 +35,7 @@ sway_sources = files(
'commands/bind.c',
'commands/border.c',
'commands/client.c',
+ 'commands/create_output.c',
'commands/default_border.c',
'commands/default_floating_border.c',
'commands/default_orientation.c',