pidgin/purple-plugin-pack

Parents 876ddac9bf3e
Children 31abfdec8dd2
Set our min required glib version so that we avoid a lot of deprecation warnings
--- a/common/pp_internal.h Sun Mar 01 19:30:20 2020 -0600
+++ b/common/pp_internal.h Sun Mar 01 19:30:36 2020 -0600
@@ -24,6 +24,7 @@
# include "../pp_config.h"
#endif
+#define GLIB_VERSION_MIN_REQUIRED (GLIB_VERSION_2_28)
#include <glib.h>
#include "../common/glib_compat.h"