# Meson options

option('docdir',
  type: 'string',
  value: 'share/doc/qman',
  description: 'Where to install additional documentation'
)

option('configdir',
  type: 'string',
  value: '/etc/xdg/qman',
  description: 'Where to install the configuration files'
)

option('man-pages',
  type: 'feature',
  value: 'auto',
  description: 'Install manual page'
)

option('docs',
  type: 'feature',
  value: 'auto',
  description: 'Install additional documentation'
)

option('config',
  type: 'feature',
  value: 'auto',
  description: 'Install the configuration files'
)

option('libbsd',
  type: 'feature',
  value: 'disabled',
  description: 'Use libbsd-overlay'
)

option('gzip',
  type: 'feature',
  value: 'auto',
  description: 'Support gzip-compressed manual pages'
)

option('bzip2',
  type: 'feature',
  value: 'auto',
  description: 'Support bzip2-compressed manual pages'
)

option('lzma',
  type: 'feature',
  value: 'auto',
  description: 'Support xz-compressed manual pages'
)

option('tests',
  type: 'feature',
  value: 'auto',
  description: 'Enable unit tests'
)
