summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@opera.com>2017-10-31 16:35:11 +0100
committerJoel Klinghed <the_jk@opera.com>2017-10-31 16:35:11 +0100
commitf4602c1bb6f9fe4090ace211c5013f71653bcd4c (patch)
treeecda369875a1411e6902e4425d58bca5c8b01826 /meson.build
parent38140372d8c8dd32267943d5d79b2ce2c0a032fb (diff)
Add a blissful monitor proxy
It takes a given monitor and "fixes" calls from it by expiring "dead" jobs (jobs older than 10min) and by sanitychecking that hosts exist and such
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index c92b0c6..6be31bb 100644
--- a/meson.build
+++ b/meson.build
@@ -45,7 +45,7 @@ executable('monmon',
sources: ['src/main.cc', 'src/x.cc', 'src/args.cc',
'src/poll_looper.cc', 'src/looper.cc', 'src/clock.cc',
'src/io.cc', 'src/monitor.cc', 'src/fake_monitor.cc',
- 'src/animator.cc'],
+ 'src/animator.cc', 'src/blissful_monitor.cc'],
dependencies: [dep_thread, dep_pango, dep_cairo, dep_icecc,
xcb_deps],
install: true)