pidgin/pidgin

Parents a3d49ff045a8
Children 6ed394abeff1
Set our minimum glib version which turns off deprecation warnings for anything that's been deprecated after that version
--- a/libpurple/internal.h Thu Feb 20 23:56:05 2020 -0600
+++ b/libpurple/internal.h Fri Mar 13 05:09:40 2020 -0500
@@ -28,6 +28,10 @@
* @title: Internal definitions and includes
*/
+#ifndef GLIB_VERSION_MIN_REQUIRED
+#define GLIB_VERSION_MIN_REQUIRED (GLIB_VERSION_2_28)
+#endif
+
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif