X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=meson_options.txt;h=a9f3358898d3bfa8817ac3c80c9b6e9037d38e6b;hb=fd6198891d6fd9642effc0843fef6f23b991af3e;hp=f26115558a39f67cd8e402b39dc97e2711e6a896;hpb=8a5857967a61958269e7f58a93913ab7fdab7bb8;p=plocate diff --git a/meson_options.txt b/meson_options.txt index f261155..a9f3358 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,3 +1,6 @@ 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"')