diff options
author | zhuyaliang <[email protected]> | 2023-10-26 20:56:27 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2023-11-30 20:17:06 +0100 |
commit | 7f45b836192f42d246fe9709205244e675adea0a (patch) | |
tree | 6ea428dac42f4b87a0687f0593aeacb7761faa2e /meson_options.txt | |
parent | f4a3f423d378c2c4b16a22fa7382e7a94932dd57 (diff) | |
download | mate-media-7f45b836192f42d246fe9709205244e675adea0a.tar.bz2 mate-media-7f45b836192f42d246fe9709205244e675adea0a.tar.xz |
add meson build support
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt new file mode 100644 index 0000000..0bd506e --- /dev/null +++ b/meson_options.txt @@ -0,0 +1,4 @@ +option('statusicon', type : 'boolean', value : true, description : 'enable tests') +option('panelapplet', type : 'boolean', value : true, description : 'gnome-keyring support') +option('wayland', type : 'string', value : 'auto', description : 'wayland enabled') +option('in-process', type : 'boolean', value : false, description : 'in-process enabled') |