diff options
| author | Joel Klinghed <the_jk@opera.com> | 2020-07-17 11:45:25 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@opera.com> | 2020-07-17 11:45:25 +0200 |
| commit | eb5fd01c5aa7759bc626b9604bc786ea6c492a35 (patch) | |
| tree | 7a4309c02c7f25d86715b19d4153da5eb15aa3b8 /meson.build | |
| parent | 97d7b6692202c755c8f47f3ae68f2675506c1c25 (diff) | |
Break out MonMon parts that are unrelated to Icecc to a separate class
Diffstat (limited to 'meson.build')
| -rw-r--r-- | meson.build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 6be31bb..51b6302 100644 --- a/meson.build +++ b/meson.build @@ -45,7 +45,8 @@ 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/blissful_monitor.cc'], + 'src/animator.cc', 'src/blissful_monitor.cc', + 'src/monmon.cc'], dependencies: [dep_thread, dep_pango, dep_cairo, dep_icecc, xcb_deps], install: true) |
