# -*- mode: meson -*-

option('man',             type: 'boolean', value: false, description: 'build and install man pages')
option('html',            type: 'boolean', value: false, description: 'build and install html pages')
option('check_pymodules', type: 'boolean', value: true,  description: 'whether to look for missing python module')
