Wed, 04 Aug 2021 04:42:29 -0500
Remove the option to disable compiling plugins.
This is a niche feature at best but we can revisit it when we re-enable static
protocol plugins.
Testing Done:
Compiled
Reviewed at https://reviews.imfreedom.org/r/873/
if kwallet.found() kwallet_moc = qt5.preprocess( moc_headers: 'purplekwallet.h', dependencies: qt5_dep, ) kwallet_sources = [ 'purplekwallet.cpp', 'purplekwallet.h', kwallet_moc, ] kwallet_plugin = library('purplekwallet', kwallet_sources, dependencies : [kwallet, qt5_dep, libpurple_dep], name_prefix : '', install : true, install_dir : PURPLE_PLUGINDIR) endif