aboutsummaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-12-13 15:49:05 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2018-12-13 15:49:05 +0100
commit64e765111dde29e7464ba49ec6185ef0d35077c8 (patch)
tree5e8f87f480973675a2accae1147bff06d941b539 /meson_options.txt
parentMainWindow: rework menu bar (diff)
downloadsmolbote-64e765111dde29e7464ba49ec6185ef0d35077c8.tar.xz
Add translations meson option to build and install translations
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index f611a7f..ee219a7 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -3,7 +3,8 @@ option('poiName', description: 'Executable name', type: 'string', value: 'poi')
option('firejail', description: 'firejail executable name', type: 'string', value: '/usr/bin/firejail')
# Install options
-option('manpage', description: 'Generate and install manpage', type: 'feature', value: 'auto')
+option('manpage', description: 'Generate and install manpage', type: 'feature', value: 'auto')
+option('translations', description: 'Generate and install translations', type: 'feature', value: 'auto')
# Feature options
option('Breakpad', description: 'Enable breakpad crash reporting', type: 'feature', value: 'auto')