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