summaryrefslogtreecommitdiff
path: root/sway/meson.build
diff options
context:
space:
mode:
authorIvan Molodetskikh <[email protected]>2019-09-25 17:35:41 +0300
committerSimon Ser <[email protected]>2019-11-17 20:18:42 +0100
commitbd9a53f1a3e7dba247aab0a4e4268724acc12c38 (patch)
tree1547b79a82b1c4e22512d0262cbb133a14ef10a3 /sway/meson.build
parent5421198489675d4700e68eb143c94cda914c8586 (diff)
view: add max_render_time
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 12540154..e285c09e 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -68,6 +68,7 @@ sway_sources = files(
'commands/inhibit_idle.c',
'commands/kill.c',
'commands/mark.c',
+ 'commands/max_render_time.c',
'commands/opacity.c',
'commands/include.c',
'commands/input.c',