[telepathy-haze-0.8] telepathy-haze: Require libpurple 2.10.12+

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Nov 9 22:24:33 UTC 2020


Module: telepathy-haze
Branch: telepathy-haze-0.8
Commit: 0818764401dc33c5f58a892e5c9880ce84bbe645
URL:    http://cgit.freedesktop.org/telepathy/telepathy-haze/commit/?id=0818764401dc33c5f58a892e5c9880ce84bbe645

Author: Alexander Akulich <akulichalexander at gmail.com>
Date:   Tue Nov 10 00:33:04 2020 +0300

Require libpurple 2.10.12+

---

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index afd68d4..1b5ef78 100644
--- a/configure.ac
+++ b/configure.ac
@@ -73,7 +73,7 @@ AC_ARG_ENABLE(leaky-request-stubs,
   AC_DEFINE(ENABLE_LEAKY_REQUEST_STUBS, [], [Enable the leaky stub implementation of the request API for debugging purposes]))
 AC_SUBST(ENABLE_LEAKY_REQUEST_STUBS)
 
-PKG_CHECK_MODULES(PURPLE,[purple >= 2.7])
+PKG_CHECK_MODULES(PURPLE,[purple >= 2.10.12])
 PKG_CHECK_MODULES(TP_GLIB,[telepathy-glib >= 0.15.1])
 PKG_CHECK_MODULES(GLIB,[glib-2.0 >= 2.22, gobject-2.0, gio-2.0])
 PKG_CHECK_MODULES(DBUS_GLIB,[dbus-glib-1 >= 0.73])



More information about the telepathy-commits mailing list