summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorzhuyaliang <[email protected]>2023-05-23 17:24:08 +0800
committerLuke from DC <[email protected]>2023-05-25 16:13:58 +0000
commita3f91214bc683e61426d25d8cf6e27b7e51412aa (patch)
tree5ed74f9c4bc95ce59861bdb9f44429b305833829 /meson_options.txt
parent65a6c367e28e338dc74931dece1af9e53338276f (diff)
downloadmate-polkit-a3f91214bc683e61426d25d8cf6e27b7e51412aa.tar.bz2
mate-polkit-a3f91214bc683e61426d25d8cf6e27b7e51412aa.tar.xz
Add meson compilation support
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt11
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'
+)