]> git.sesse.net Git - plocate/blobdiff - meson_options.txt
Make entire path for plocate database configurable
[plocate] / meson_options.txt
index 8ac13c5106b9abda5ee97b3b4e6499279e0580e9..a9f3358898d3bfa8817ac3c80c9b6e9037d38e6b 100644 (file)
@@ -3,3 +3,4 @@ option('install_systemd', type: 'boolean', value: true, description: 'Install sy
 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"')