Merge pull request #3196 from techee/anon_rename_fix2
[geany-mirror.git] / meson_options.txt
blobc0bdd85e23c64c6be1d36d3c5fa121f72a7429e5
1 option('html-docs', type : 'feature', description : 'enable to generate HTML documentation using rst2html')
2 option('pdf-docs', type : 'feature', description : 'enable to generate PDF documentation using rst2pdf')
3 option('vte', type : 'boolean', description : 'enable if you want virtual terminal support')
4 option('plugins', type : 'boolean', description : 'enable if you want plugin support')
5 option('api-docs', type : 'feature', description : 'enable to generate API documentation using Doxygen')
6 option('gtkdoc', type : 'boolean', description : 'enable to generate gtk-doc compatible headers for the API')
7 option('python-command', type: 'string', description: 'the default Python command')
8 option('socket', type: 'boolean', description: 'enable if you want to detect a running instance')