diff options
author | hrxi <hrrrxi@gmail.com> | 2023-03-20 02:01:22 +0100 |
---|---|---|
committer | fiaxh <fiaxh@users.noreply.github.com> | 2023-03-24 19:32:50 +0100 |
commit | 5a90e793ddec723677f2b715b967f29f046e16d2 (patch) | |
tree | 6a96f142526990010635607cb547b79b9c3f060e /meson_options.txt | |
parent | b617bf7cc4ac2aa083bcf889816d0479fa353e10 (diff) | |
download | dino-5a90e793ddec723677f2b715b967f29f046e16d2.tar.gz dino-5a90e793ddec723677f2b715b967f29f046e16d2.zip |
First steps of meson support
Basic configuration of qlite, xmpp-vala, the Dino library and the Dino
application are supported. There's no support for the plugins.
This e.g. enables using the Vala language server.
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt new file mode 100644 index 00000000..6e47b7c8 --- /dev/null +++ b/meson_options.txt @@ -0,0 +1 @@ +option('plugindir', type: 'string', value: 'lib/dino/plugins', description: 'Plugin directory for Dino plugins') |