pidgin/pidgin

ea1c2cf86b55
Parents f51a68ded6c9
Children 997ab408c113
Tell glib our actual minimum required version

Testing Done:
Compiled and verified we didn't get any new deprecation warnings.

Reviewed at https://reviews.imfreedom.org/r/840/
--- a/libpurple/internal.h Mon Jul 26 03:55:07 2021 -0500
+++ b/libpurple/internal.h Mon Jul 26 03:56:06 2021 -0500
@@ -33,7 +33,7 @@
#endif
#ifndef GLIB_VERSION_MIN_REQUIRED
-#define GLIB_VERSION_MIN_REQUIRED (GLIB_VERSION_2_28)
+#define GLIB_VERSION_MIN_REQUIRED (GLIB_VERSION_2_52)
#endif
#ifdef HAVE_CONFIG_H