pidgin/purple-plugin-pack

Add libpurple + json-glib plugins to Meson.
meson
2017-06-23, Elliott Sales de Andrade
ac0961eff0af
Add libpurple + json-glib plugins to Meson.

These also seem to have an undeclared dependency on zlib.
EXTRA_DIST = \
Makefile.mingw \
plugins.cfg
findipdir = $(PURPLE_LIBDIR)
findip_la_LDFLAGS = -module -avoid-version
if HAVE_PURPLE
findip_LTLIBRARIES = findip.la
findip_la_SOURCES = \
findip.c
findip_la_LIBADD = \
$(GLIB_LIBS) \
$(PURPLE_LIBS)
endif
AM_CPPFLAGS = \
-DLIBDIR=\"$(PURPLE_LIBDIR)\" \
-DDATADIR=\"$(PURPLE_DATADIR)\" \
-DPIXMAPSDIR=\"$(PURPLE_PIXMAPSDIR)\" \
$(DEBUG_CFLAGS) \
$(PURPLE_CFLAGS)