summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMike Ruprecht <cmaiku@gmail.com>2018-12-08 21:06:37 -0600
committerMike Ruprecht <cmaiku@gmail.com>2018-12-08 21:06:37 -0600
commit54ca06e72e176901d23c49854a08f490279b1fce (patch)
treec60e2494bc5d58945dd9a231992ebc3b4522ba6a /meson_options.txt
parent08baadc9abdf7d90efef220fad03bf3f5bedd767 (diff)
downloadpidgin-54ca06e72e176901d23c49854a08f490279b1fce.tar.gz
libpurple: Drop capability to statically build prpls
The static building of protocol plugins has been completely broken since switching to meson. Because of this and the prospect of GPlugin growing capabilities for limiting allowed plugins, this patch drops the remaining meson configuration for attempting to support static protocol plugins.
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 54a9fc0689..090e568da3 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -56,9 +56,6 @@ option('libgadu', type : 'boolean', value : true,
option('silc', type : 'boolean', value : false,
description : 'compile with SILC plugin')
-option('static-prpls', type : 'string',
- description : 'Link to certain protocols statically')
-
option('dynamic-prpls', type : 'string', value: 'all',
description : 'specify which protocols to build dynamically')