cutter/src/meson_options.txt
2019-02-21 22:57:26 +01:00

5 lines
231 B
Meson

option('enable_python', type: 'boolean', value: true)
option('enable_python_bindings', type: 'boolean', value: true)
option('enable_jupyter', type: 'boolean', value: false)
option('enable_webengine', type: 'boolean', value: false)