diff options
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index 068c37b..0f59683 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1 +1,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\'') |