summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@opera.com>2017-09-27 10:26:42 +0200
committerJoel Klinghed <the_jk@opera.com>2017-09-27 10:26:42 +0200
commita19cd9ffe6193dd798bee46b6c0cf30dc1ac3ab3 (patch)
tree24e8d26a5591598ab17a716c12857ccbb167ba9a
parent48ad145d65360074eb95f4c467cdf707b8a14682 (diff)
Make monmon installable
-rw-r--r--meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 82ff072..ec8fa8f 100644
--- a/meson.build
+++ b/meson.build
@@ -46,4 +46,5 @@ executable('monmon',
'src/io.cc', 'src/monitor.cc', 'src/fake_monitor.cc',
'src/animator.cc'],
dependencies: [dep_thread, dep_pango, dep_cairo, dep_icecc,
- xcb_deps])
+ xcb_deps],
+ install: true)