aboutsummaryrefslogtreecommitdiffstats
path: root/sway/meson.build
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-03-30 10:43:55 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2018-03-30 10:43:55 -0400
commit69eb021767d8cf57b08699c7e330fe8c52ca2764 (patch)
treec4160dfb51ece94ea4858fd86a097b881405f4b9 /sway/meson.build
parentFix crash when override redirect views close (diff)
downloadsway-69eb021767d8cf57b08699c7e330fe8c52ca2764.tar.gz
sway-69eb021767d8cf57b08699c7e330fe8c52ca2764.tar.zst
sway-69eb021767d8cf57b08699c7e330fe8c52ca2764.zip
Add default_orientation command
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 1e7ee7ae..9c5e4a00 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -8,6 +8,7 @@ sway_sources = files(
8 'input/keyboard.c', 8 'input/keyboard.c',
9 'commands/bar.c', 9 'commands/bar.c',
10 'commands/bind.c', 10 'commands/bind.c',
11 'commands/default_orientation.c',
11 'commands/exit.c', 12 'commands/exit.c',
12 'commands/exec.c', 13 'commands/exec.c',
13 'commands/exec_always.c', 14 'commands/exec_always.c',