From f4602c1bb6f9fe4090ace211c5013f71653bcd4c Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Tue, 31 Oct 2017 16:35:11 +0100 Subject: 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 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') 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) -- cgit v1.3