X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=meson_options.txt;h=8ac13c5106b9abda5ee97b3b4e6499279e0580e9;hb=67c741868bac4d4b845426d8b7e6126f4ec41232;hp=3e2f6ccd7b8d1c67e7b751c8949bc0b273f44350;hpb=d8d3ee5c809020d1188059cec1d4add3137b33a9;p=plocate diff --git a/meson_options.txt b/meson_options.txt index 3e2f6cc..8ac13c5 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,2 +1,5 @@ -option('install_cron', type: 'boolean', value: true, description: 'Install update script into /etc/cron.daily') +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')