make translations optional

This commit is contained in:
2018-11-01 22:08:06 -03:00
parent 65e2c02ef9
commit d950f0a7a2
6 changed files with 31 additions and 29 deletions

View File

@@ -10,3 +10,7 @@ option('bundle_libs',
type: 'boolean',
value: false,
description: 'Bundle the libs that the executable is linked against')
option('install_translations',
type: 'boolean',
value: true,
description: 'Install translation files')