diff options
author | zhuyaliang <[email protected]> | 2023-05-23 17:24:08 +0800 |
---|---|---|
committer | Luke from DC <[email protected]> | 2023-05-25 16:13:58 +0000 |
commit | a3f91214bc683e61426d25d8cf6e27b7e51412aa (patch) | |
tree | 5ed74f9c4bc95ce59861bdb9f44429b305833829 /meson_options.txt | |
parent | 65a6c367e28e338dc74931dece1af9e53338276f (diff) | |
download | mate-polkit-a3f91214bc683e61426d25d8cf6e27b7e51412aa.tar.bz2 mate-polkit-a3f91214bc683e61426d25d8cf6e27b7e51412aa.tar.xz |
Add meson compilation support
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt new file mode 100644 index 0000000..1ebe8e0 --- /dev/null +++ b/meson_options.txt @@ -0,0 +1,11 @@ +option('accountsservice', + type : 'boolean', + value : true, + description : 'Use libmagic to detect file type' +) + +option('appindicator', + type : 'string', + value : 'auto', + description : 'Path to the cpio program' +) |