Merge pull request #3757 from andy5995/iss-3752
[geany-mirror.git] / meson_options.txt
blob8840eeb593aa3bc1a1e70b176d87517b4d0972eb
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')
9 option('mac-integration', type: 'feature', description: 'enable for improved macOS integration using the gtk-mac-integration library')