aboutsummaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt20
1 files changed, 7 insertions, 13 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 8a3dfea..91f2d0e 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,18 +1,12 @@
-# Executable options
-option('poiName', description: 'Executable name', type: 'string', value: 'poi')
-option('firejail', description: 'firejail executable name', type: 'string', value: '/usr/bin/firejail')
+option('poi', description: 'Executable name', type: 'string', value: 'poi')
+option('firejail', description: 'firejail executable name', type: 'string', value: '/usr/bin/firejail')
+
+option('manpage', description: 'Generate and install manpage', type: 'feature', value: 'auto')
+option('translations', description: 'Generate and install translations', type: 'feature', value: 'auto')
+option('crashhandler', description: 'Enable breakpad crash reporting', type: 'feature', value: 'auto')
+option('updater', description: 'Build updater component', type: 'feature', value: 'auto')
# Build options
option('signPlugins', description: 'Generate OpenSSL signing key', type: 'feature', value: 'auto')
option('ssl_private_pem', description: 'OpenSSL private key path', type: 'string', value: 'privateKey.pem')
option('ssl_public_pem', description: 'OpenSSL public key path', type: 'string', value: 'publicKey.pem')
-
-# Install options
-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')
-option('Plasma', description: 'Enable KDE plasma integration', type: 'feature', value: 'auto')
-option('Python', description: 'Enable Python interpreter', type: 'feature', value: 'auto')
-