From a3b190e78c90c2c3950c313201ff53847b0f07aa Mon Sep 17 00:00:00 2001 From: Gary Kramlich Date: Mon, 15 Nov 2021 04:03:01 -0600 Subject: 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/ --- meson_options.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meson_options.txt') 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') -- cgit v1.2.1