X-Git-Url: https://git.sesse.net/?p=plocate;a=blobdiff_plain;f=meson_options.txt;h=7d33262f52927415b76e4acf177c269a93adf33e;hp=4bc9bd8ad58af41c92f0037cd3620f58da30ef4f;hb=6dd0338abec6c820f75d21d441b0a60e3427539f;hpb=d0c4fc8ee820e487064c7f8b4ba9f695e19052ea diff --git a/meson_options.txt b/meson_options.txt index 4bc9bd8..7d33262 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,2 +1,4 @@ -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('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')