pidgin/purple-plugin-pack

Fix a silly issue in ning. Fixes #13

2018-08-25, Gary Kramlich
acea4e73dafe
Fix a silly issue in ning. Fixes #13
if TYPES.contains('incomplete') and PIDGIN.found()
msglen = shared_module('msglen',
'msglen.c',
dependencies : [PIDGIN, GTK],
name_prefix : '',
install : true,
install_dir : PIDGIN_LIBDIR)
PP_PIDGIN_BUILD += 'msglen'
endif