From 92b3c2dcff3e85ad3d455f6ab845d9a97d3b525b Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Mon, 7 Dec 2020 12:22:15 +0200 Subject: Rewrite meson build scripts into cmakelists --- meson_options.txt | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 meson_options.txt (limited to 'meson_options.txt') 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') -- cgit v1.2.1