]> git.sesse.net Git - plocate/blobdiff - meson_options.txt
Make it possible to set systemunitdir explicitly.
[plocate] / meson_options.txt
index 7d33262f52927415b76e4acf177c269a93adf33e..8ac13c5106b9abda5ee97b3b4e6499279e0580e9 100644 (file)
@@ -1,4 +1,5 @@
 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')