]> git.sesse.net Git - plocate/blobdiff - meson_options.txt
Release plocate 1.1.22.
[plocate] / meson_options.txt
index 4bc9bd8ad58af41c92f0037cd3620f58da30ef4f..a9f3358898d3bfa8817ac3c80c9b6e9037d38e6b 100644 (file)
@@ -1,2 +1,6 @@
-option('install_cron', type: 'boolean', value: true, description: 'Install update script into /etc/cron.daily')
-option('locategroup', type: 'string', value: 'mlocate', description: 'Group that the install script will use for the .db file')
+option('install_cron', type: 'boolean', value: false, description: 'Install mlocate conversion script into /etc/cron.daily')
+option('install_systemd', type: 'boolean', value: true, description: 'Install systemd service and timer for updatedb, if systemd is installed')
+option('systemunitdir', type: 'string', description: 'Where to install systemd units to (default: autodetect)')
+option('locategroup', type: 'string', value: 'plocate', description: 'Group that the install script will use for the .db file')
+option('updatedb_progname', type: 'string', value: 'updatedb', description: 'Binary name of updatedb')
+option('dbpath', type: 'string', value: 'plocate/plocate.db', description: 'Path to plocate database relative to "sharedstatedir"')