summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@opera.com>2020-07-17 11:56:29 +0200
committerJoel Klinghed <the_jk@opera.com>2020-07-17 11:56:29 +0200
commitc8fd8d3c3f12e6895246c5a0566a9f595ce5db20 (patch)
tree0df11e1fb6e6ee0b27909e2a24b03593207ec6ba /meson.build
parenteb5fd01c5aa7759bc626b9604bc786ea6c492a35 (diff)
Move Icecc MonMon out of main
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 51b6302..4affa35 100644
--- a/meson.build
+++ b/meson.build
@@ -46,7 +46,7 @@ executable('monmon',
'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/monmon.cc'],
+ 'src/monmon.cc', 'src/icecc.cc'],
dependencies: [dep_thread, dep_pango, dep_cairo, dep_icecc,
xcb_deps],
install: true)