summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2021-01-01 01:34:28 -0600
committerGary Kramlich <grim@reaperworld.com>2021-01-01 01:34:28 -0600
commit972bd610d688b23d55f5f24b06f0fb17d0eba908 (patch)
tree17e346a691170ecbcb381c59576e30915440afc4 /doc
parent3bf0c4530970d313a80daf0193515a988b1fdbf4 (diff)
downloadpidgin-972bd610d688b23d55f5f24b06f0fb17d0eba908.tar.gz
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/
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/meson.build4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/reference/meson.build b/doc/reference/meson.build
index 4453418e06..1c1129d9be 100644
--- a/doc/reference/meson.build
+++ b/doc/reference/meson.build
@@ -13,6 +13,4 @@ else
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)