pidgin/purple-plugin-pack

closing merged branch
meson
2018-08-25, Gary Kramlich
39ada5348128
closing merged branch
if TYPES.contains('incomplete') and PURPLE.found()
smartear = shared_library('smartear',
'smartear.c',
dependencies : [PURPLE, GLIB],
name_prefix : '',
install : true,
install_dir : PURPLE_LIBDIR)
PP_PURPLE_BUILD += 'smartear'
endif
if TYPES.contains('incomplete') and PIDGIN.found()
gtksmartear = shared_module('gtksmartear',
'gtksmartear.c',
dependencies : [PIDGIN, GTK],
name_prefix : '',
install : true,
install_dir : PIDGIN_LIBDIR)
PP_PIDGIN_BUILD += 'gtksmartear'
endif
if TYPES.contains('incomplete') and FINCH.found()
gntsmartear = shared_library('gntsmartear',
'gntsmartear.c',
dependencies : [FINCH, GNT],
name_prefix : '',
install : true,
install_dir : FINCH_LIBDIR)
PP_FINCH_BUILD += 'gntsmartear'
endif