From a3f91214bc683e61426d25d8cf6e27b7e51412aa Mon Sep 17 00:00:00 2001 From: zhuyaliang <15132211195@163.com> Date: Tue, 23 May 2023 17:24:08 +0800 Subject: Add meson compilation support --- meson_options.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meson_options.txt (limited to 'meson_options.txt') 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' +) -- cgit v1.2.1