diff options
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' +) |