blob: 0f5968337926a0d7de1d15919c27cd43f8874ccf (
plain)
1
2
3
|
option('static', type : 'boolean', value : false, description: 'Build the pre-packaged lua file into the executable.')
option('install_plugin', type : 'boolean', value : false, description: 'Install the Lite-XL plugin for lpm')
option('lite_datadir', type : 'string', value : '', description: 'Path to the Lite-XL data directory, usually \'share/lite-xl\'')
|