pidgin/pidgin

Bump the meson requirement to 0.52.0

2021-01-01, Gary Kramlich
2fcf11e235bd
Parents 6777a9b23fd0
Children 50284e37698c
Bump the meson requirement to 0.52.0

Testing Done:
Compiled locally with meson 0.56.0

Reviewed at https://reviews.imfreedom.org/r/318/
--- a/doc/reference/meson.build Thu Dec 31 22:00:36 2020 -0600
+++ b/doc/reference/meson.build Fri Jan 01 01:34:28 2021 -0600
@@ -13,6 +13,4 @@
finch_doc = []
endif
-if meson.version().version_compare('>=0.52.0')
- alias_target('doc', libpurple_doc, protocols_doc, pidgin_doc, finch_doc)
-endif
+alias_target('doc', libpurple_doc, protocols_doc, pidgin_doc, finch_doc)
--- a/meson.build Thu Dec 31 22:00:36 2020 -0600
+++ b/meson.build Fri Jan 01 01:34:28 2021 -0600
@@ -22,7 +22,7 @@
#
project('pidgin', 'c',
version : '3.0.0-devel',
- meson_version : '>=0.50.0')
+ meson_version : '>=0.52.0')
purple_soversion = 20
parts = meson.project_version().split('-')