summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2021-11-15 04:03:01 -0600
committerGary Kramlich <grim@reaperworld.com>2021-11-15 04:03:01 -0600
commita3b190e78c90c2c3950c313201ff53847b0f07aa (patch)
tree662c5b189255b04cd1e143a5e0f00bf4ec8eedab /meson_options.txt
parent2d564fddee63410e1d28f6daaf7168997f493875 (diff)
downloadpidgin-a3b190e78c90c2c3950c313201ff53847b0f07aa.tar.gz
Rename the secretservice plugin to libsecret and move it into the plugins directory
Testing Done: Compiled and verified the plugin loaded and was activatable. Reviewed at https://reviews.imfreedom.org/r/1126/
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt
index dd7e7d5892..a12137358a 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -34,8 +34,8 @@ option('gstreamer-video', type : 'feature',
option('kwallet', type : 'feature',
description : 'enable KWallet support')
-option('secret-service', type : 'feature',
- description : 'enable Secret Service support')
+option('libsecret', type : 'feature',
+ description : 'enable libsecret support')
option('vv', type : 'feature',
description : 'compile with voice and video support')