From 54ca06e72e176901d23c49854a08f490279b1fce Mon Sep 17 00:00:00 2001 From: Mike Ruprecht Date: Sat, 8 Dec 2018 21:06:37 -0600 Subject: 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. --- meson_options.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'meson_options.txt') 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') -- cgit v1.2.1