pidgin/purple-plugin-pack

c07ac3e8d58b
Merged in rw_grim/purple-plugin-pack (pull request #5)

Apparently option() changed default to be value

Approved-by: Gary Kramlich
if TYPES.contains('incomplete') and PIDGIN.found()
stocker = shared_module('stocker',
'stocker.c',
'stocker_prefs.c',
'gtkticker.c',
dependencies : [PIDGIN, GTK],
name_prefix : '',
install : true,
install_dir : PIDGIN_LIBDIR)
PP_PIDGIN_BUILD += 'stocker'
endif