--- a/pidgin/plugins/cap/meson.build Mon Oct 07 21:57:38 2019 -0400 +++ b/pidgin/plugins/cap/meson.build Tue Oct 08 15:53:19 2019 -0400 @@ -1,9 +1,9 @@ -####################################################################### -# Check for libsqlite3 (for the Contact Availability Prediction plugin) -####################################################################### -SQLITE3 = dependency('sqlite3', version : '>= 3.3', required : force_deps) +if PLUGINS + ####################################################################### + # Check for libsqlite3 (for the Contact Availability Prediction plugin) + ####################################################################### + SQLITE3 = dependency('sqlite3', version : '>= 3.3') -if PLUGINS and SQLITE3.found() cap = library('cap', 'cap.c', 'cap.h', 'cap_statistics.h', dependencies : [SQLITE3, libpurple_dep, libpidgin_dep, glib], name_prefix : '',