aboutsummaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2020-12-07 12:22:15 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2020-12-07 12:22:15 +0200
commit92b3c2dcff3e85ad3d455f6ab845d9a97d3b525b (patch)
treea850643f7b86e6cebfddbeec98d7c372478d379c /meson_options.txt
parentHostlist filter plugin can rewrite hostnames (diff)
downloadsmolbote-92b3c2dcff3e85ad3d455f6ab845d9a97d3b525b.tar.xz
Rewrite meson build scripts into cmakelists
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/meson_options.txt b/meson_options.txt
deleted file mode 100644
index 32c25cb..0000000
--- a/meson_options.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-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: 'boolean', value: 'true')
-option('translations', description: 'Generate and install translations', 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')