diff options
| author | Joel Klinghed <the_jk@opera.com> | 2017-09-27 10:26:42 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@opera.com> | 2017-09-27 10:26:42 +0200 |
| commit | a19cd9ffe6193dd798bee46b6c0cf30dc1ac3ab3 (patch) | |
| tree | 24e8d26a5591598ab17a716c12857ccbb167ba9a /meson.build | |
| parent | 48ad145d65360074eb95f4c467cdf707b8a14682 (diff) | |
Make monmon installable
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 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) |
