summaryrefslogtreecommitdiffstats
path: root/sway/meson.build
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-04-19 08:56:03 -0400
committerLibravatar GitHub <noreply@github.com>2018-04-19 08:56:03 -0400
commit21eb63cc9ebff4e843595c64e40b5707a158c925 (patch)
tree8be54bda3c472f31666e0d2fad5b5647d67c62e6 /sway/meson.build
parentrender_output(): When fullscreen, clear to black and don't render background (diff)
parentMerge pull request #1823 from RyanDwyer/key-repeat (diff)
downloadsway-21eb63cc9ebff4e843595c64e40b5707a158c925.tar.gz
sway-21eb63cc9ebff4e843595c64e40b5707a158c925.tar.zst
sway-21eb63cc9ebff4e843595c64e40b5707a158c925.zip
Merge branch 'master' into fullscreen
Diffstat (limited to 'sway/meson.build')
-rw-r--r--sway/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/meson.build b/sway/meson.build
index 0bbb8da1..67dbe3dd 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -91,6 +91,8 @@ sway_sources = files(
91 'commands/input/middle_emulation.c', 91 'commands/input/middle_emulation.c',
92 'commands/input/natural_scroll.c', 92 'commands/input/natural_scroll.c',
93 'commands/input/pointer_accel.c', 93 'commands/input/pointer_accel.c',
94 'commands/input/repeat_delay.c',
95 'commands/input/repeat_rate.c',
94 'commands/input/scroll_method.c', 96 'commands/input/scroll_method.c',
95 'commands/input/tap.c', 97 'commands/input/tap.c',
96 'commands/input/xkb_layout.c', 98 'commands/input/xkb_layout.c',