Bump the meson requirement to 0.52.0

Fri, 01 Jan 2021 01:34:28 -0600

author
Gary Kramlich <grim@reaperworld.com>
date
Fri, 01 Jan 2021 01:34:28 -0600
changeset 40675
2fcf11e235bd
parent 40674
6777a9b23fd0
child 40676
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/

doc/reference/meson.build file | annotate | diff | comparison | revisions
meson.build file | annotate | diff | comparison | revisions
--- 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('-')

mercurial