aboutsummaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorJan <sentrycraft123@gmail.com>2024-11-10 21:58:06 +0100
committerGitHub <noreply@github.com>2024-11-10 15:58:06 -0500
commit2a36d05bc04cbf9949aed126148d7491ef7b8d61 (patch)
tree8c4a3f0194af588da356e77edd30adce89dcce47 /meson_options.txt
parent0d38d45a5654ffba4d7fe979b18e2b68cd691989 (diff)
downloadlite-xl-plugin-manager-2a36d05bc04cbf9949aed126148d7491ef7b8d61.tar.gz
lite-xl-plugin-manager-2a36d05bc04cbf9949aed126148d7491ef7b8d61.zip
Add option to install Lite-XL plugin (#138)
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
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\'')