mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-19 19:36:11 +00:00
5 lines
231 B
Meson
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)
|