mirror of https://github.com/lite-xl/lite-xl.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
893 B
8 lines
893 B
option('bundle', type : 'boolean', value : false, description: 'Build a macOS bundle')
|
|
option('source-only', type : 'boolean', value : false, description: 'Configure source files only, doesn\'t checks for dependencies')
|
|
option('portable', type : 'boolean', value : false, description: 'Portable install')
|
|
option('renderer', type : 'boolean', value : false, description: 'Use SDL renderer')
|
|
option('dirmonitor_backend', type : 'combo', value : '', choices : ['', 'inotify', 'fsevents', 'kqueue', 'win32', 'dummy'], description: 'define what dirmonitor backend to use')
|
|
option('arch_tuple', type : 'string', value : '', description: 'Specify a custom architecture tuple')
|
|
option('use_system_lua', type : 'boolean', value : false, description: 'Prefer System Lua over a the meson wrap')
|
|
option('bundle_plugins', type : 'array', value : [], description: 'Plugins to bundle when building Lite XL')
|