option('build_tests', type: 'boolean', value: true,
       description: 'build tests')

option('with-reflink', type: 'boolean', value: true,
       description: 'Include FICLONE-based reflink support for cross-subvolume moves on btrfs and bcachefs')

option('nls', type: 'boolean', value: true,
       description: 'include native language support (install translations)')

option('docdir', type: 'string', value: 'share/doc/rmw',
       description: 'directory where the documentation should be installed to')

option('without-curses', type: 'boolean', value: false,
       description: 'build without curses/menu support')

option('install_shell_completions', type: 'boolean', value: true,
       description: 'Install shell completions')
