diff options
| author | mbkma <[email protected]> | 2026-03-22 10:18:37 +0100 |
|---|---|---|
| committer | mbkma <[email protected]> | 2026-03-22 22:08:28 +0100 |
| commit | 4a14e878c1187d6cc1f76b87a24a6007314d996e (patch) | |
| tree | 14e01a5357bd807b95d368da78202cb495658718 /meson_options.txt | |
| parent | f1fd658bda21506fac8966821fcdb4c2a154b590 (diff) | |
| download | pluma-meson.tar.bz2 pluma-meson.tar.xz | |
add meson supportmeson
Diffstat (limited to 'meson_options.txt')
| -rw-r--r-- | meson_options.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt new file mode 100644 index 00000000..44ac7f9d --- /dev/null +++ b/meson_options.txt @@ -0,0 +1,20 @@ +option('gvfs-metadata', + type: 'boolean', + value: true, + description: 'Use GVfs to store metadata', +) +option('spell', + type: 'boolean', + value: true, + description: 'Enable spell check plugin (requires enchant and iso-codes)', +) +option('tests', + type: 'boolean', + value: true, + description: 'Build tests', +) +option('introspection', + type: 'feature', + value: 'auto', + description: 'Enable GObject introspection', +) |
