forked from geany/geany
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meson_options.txt
9 lines (9 loc) · 925 Bytes
/
meson_options.txt
1
2
3
4
5
6
7
8
9
option('html-docs', type : 'feature', description : 'enable to generate HTML documentation using rst2html')
option('pdf-docs', type : 'feature', description : 'enable to generate PDF documentation using rst2pdf')
option('vte', type : 'boolean', description : 'enable if you want virtual terminal support')
option('plugins', type : 'boolean', description : 'enable if you want plugin support')
option('api-docs', type : 'feature', description : 'enable to generate API documentation using Doxygen')
option('gtkdoc', type : 'boolean', description : 'enable to generate gtk-doc compatible headers for the API')
option('python-command', type: 'string', description: 'the default Python command')
option('socket', type: 'boolean', description: 'enable if you want to detect a running instance')
option('mac-integration', type: 'feature', description: 'enable for improved macOS integration using the gtk-mac-integration library')