summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorElliott Sales de Andrade <qulogic@pidgin.im>2019-11-03 03:42:59 -0500
committerElliott Sales de Andrade <qulogic@pidgin.im>2019-11-03 03:42:59 -0500
commitbcf0f745168ef98720df06d98c021fd739405b8c (patch)
tree36e798ded0677d729c42929aae7960adcf144250 /meson.build
parent1f650be5e97eb4c20593abe8b6ab0599a4f98576 (diff)
downloadpidgin-bcf0f745168ef98720df06d98c021fd739405b8c.tar.gz
Require silc >= 1.1.1.
All distros (of which there are less and less) that have silc have a much newer version, so raising the minimum allows dropping a few preprocessor conditions.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 955b2a1a7a..962cb11b66 100644
--- a/meson.build
+++ b/meson.build
@@ -455,7 +455,7 @@ endif
#######################################################################
# Check for SILC client includes and libraries
#######################################################################
-silc = dependency('silcclient', version : '>= 1.1', required : get_option('silc'))
+silc = dependency('silcclient', version : '>= 1.1.1', required : get_option('silc'))
#######################################################################
# Check for Gadu-Gadu protocol library (libgadu)