aboutsummaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-10-24 13:09:45 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-10-24 13:09:45 +0200
commitb2fec872deea1e4e08f02ac74df383da3cb6665a (patch)
treedd1f2c26fde464e579094f16eae9e6422e176fba /meson_options.txt
parentAdd plugins to meson build (diff)
downloadsmolbote-b2fec872deea1e4e08f02ac74df383da3cb6665a.tar.xz
Add missing install items
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 8982176..288b2d7 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,6 +1,9 @@
# Executable options
option('poiName', description: 'Executable name', type: 'string', value: 'poi')
+# Install options
+option('manpage', description: 'Generate and install manpage', type: 'feature', value: 'auto')
+
# Feature options
option('Breakpad', description: 'Enable breakpad crash reporting', type: 'feature', value: 'auto')
option('Plasma', description: 'Enable KDE plasma integration', type: 'feature', value: 'auto')