pidgin/purple-plugin-pack

Depend on glib 2.32 and gtk 2.10

2020-03-01, Gary Kramlich
876ddac9bf3e
Depend on glib 2.32 and gtk 2.10
if TYPES.contains('default') and PURPLE.found()
irchelper = shared_library('irchelper',
'irchelper.c',
dependencies : [PURPLE, GLIB],
name_prefix : '',
install : true,
install_dir : PURPLE_LIBDIR)
PP_PURPLE_BUILD += 'irchelper'
endif