summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2021-08-04 04:42:29 -0500
committerGary Kramlich <grim@reaperworld.com>2021-08-04 04:42:29 -0500
commitb367cc63a13b181151330b4de57cc980047f9654 (patch)
tree3bac31f0610a333ca9cb0209ca3112db1860155b /meson_options.txt
parente7a275df761f9449359b52d2919f4c38312de510 (diff)
downloadpidgin-b367cc63a13b181151330b4de57cc980047f9654.tar.gz
Remove the option to disable compiling plugins.
This is a niche feature at best but we can revisit it when we re-enable static protocol plugins. Testing Done: Compiled Reviewed at https://reviews.imfreedom.org/r/873/
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 8524b77c18..1a7b4ecf52 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -31,9 +31,6 @@ option('gstreamer-video', type : 'feature',
option('kwallet', type : 'feature',
description : 'enable KWallet support')
-option('plugins', type : 'boolean', value : true,
- description : 'compile plugins')
-
option('secret-service', type : 'feature',
description : 'enable Secret Service support')