summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMike Ruprecht <cmaiku@gmail.com>2018-05-13 14:40:33 -0500
committerMike Ruprecht <cmaiku@gmail.com>2018-05-13 14:40:33 -0500
commit702cf7cb29dac37901ecd84e6bc1deddc035e9a1 (patch)
treec3922f9f045093c391f767f068b7ad1addd0fac5 /meson_options.txt
parent77bf4aa96663421cfa6e8f9c1c78a12158890f5a (diff)
downloadpidgin-702cf7cb29dac37901ecd84e6bc1deddc035e9a1.tar.gz
meson: Remove trayicon-compat option
trayicon-compat was added due to hicolor-icon-theme < 0.10 not including the status icon directory. It looks like the distributions we support have 0.10 or above. This patch removes this option.
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 a21c73a239..32289835e3 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -109,8 +109,5 @@ option('cyrus-sasl', type : 'boolean', value : false,
option('pixmaps-install', type : 'boolean', value : true,
description : 'enable installation of pixmap files - Pidgin still needs them!')
-option('trayicon-compat', type : 'boolean', value : false,
- description : 'install tray icons in location compatible with older releases of hicolor-icon-theme')
-
option('debug', type : 'boolean', value : false,
description : 'compile with debugging support')