# HG changeset patch # User Gary Kramlich # Date 1609486468 21600 # Node ID 2fcf11e235bdb7c2ed5203f1df5e49e7a8a546c0 # Parent 6777a9b23fd0c1a625cc481611e4fc91706e9a3d 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/ diff -r 6777a9b23fd0 -r 2fcf11e235bd doc/reference/meson.build --- 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) diff -r 6777a9b23fd0 -r 2fcf11e235bd meson.build --- 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('-')