summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorElliott Sales de Andrade <qulogic@pidgin.im>2017-06-16 00:19:05 -0400
committerElliott Sales de Andrade <qulogic@pidgin.im>2017-06-16 00:19:05 -0400
commit110157a770eef85ce3cf3472dd2835d257e31ac4 (patch)
tree0e83bc3dd04e91289c38e25a148fd3589a554811 /meson_options.txt
parent4aa254a9839ed40bd53823f3027fd72f199a0ce5 (diff)
downloadpidgin-110157a770eef85ce3cf3472dd2835d257e31ac4.tar.gz
Remove non-pkg-config fallbacks.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt19
1 files changed, 3 insertions, 16 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 7a6bfb5fa9..03db732c4e 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -41,9 +41,6 @@ option('gestures', type : 'boolean', value : true,
option('gcr', type : 'boolean', value : false,
description : 'compile with GCR certificate widgets')
-option('ncurses-headers', type : 'string',
- description : 'compile finch against the ncurses includes in DIR')
-
option('gstreamer', type : 'boolean', value : true,
description : 'compile with GStreamer audio support')
@@ -64,19 +61,13 @@ option('meanwhile', type : 'boolean', value : true,
option('avahi', type : 'boolean', value : true,
description : 'compile with avahi (required for Bonjour support)')
-option('avahi-client-includes', type : 'string',
- description : 'compile the Bonjour plugin against the Avahi Client includes in DIR')
-option('avahi-client-libs', type : 'string',
- description : 'compile the Bonjour plugin against the Avahi Client libs in DIR')
-
-option('silc-includes', type : 'string',
- description : 'compile the SILC plugin against includes in DIR')
-option('silc-libs', type : 'string',
- description : 'compile the SILC plugin against the SILC libs in DIR')
option('libgadu', type : 'boolean', value : true,
description : 'compile with libgadu (required for GaduGadu support)')
+option('silc', type : 'boolean', value : true,
+ description : 'compile with SILC plugin')
+
option('distrib', type : 'boolean', value : false)
option('static-prpls', type : 'string',
@@ -114,10 +105,6 @@ option('gnome-keyring', type : 'boolean', value : true,
option('kwallet', type : 'boolean', value : true,
description : 'enable KWallet support')
-option('kwallet-includes', type : 'string',
- description : 'compile the KWallet plugin against includes in DIR')
-option('kwallet-libs', type : 'string',
- description : 'compile the KWallet plugin against the KWallet libs in DIR')
option('dbus-services', type : 'string',
description : 'where the D-Bus services directory is located')