From bca3b80da6b3653ada9e0546a3fd053cdc4651d0 Mon Sep 17 00:00:00 2001 From: zhuyaliang <15132211195@163.com> Date: Thu, 19 Oct 2023 11:41:29 +0800 Subject: Add meson build support --- meson_options.txt | 2 ++ 1 file changed, 2 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 00000000..f192b472 --- /dev/null +++ b/meson_options.txt @@ -0,0 +1,2 @@ +option('accountsservice', type: 'feature', value: 'auto', description: 'enable accountsservice') +option('libappindicator', type: 'string', value: 'auto', description: 'enable libappindicator') -- cgit v1.2.1