pidgin/plugins/cap/meson.build

Mon, 20 May 2019 21:50:28 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Mon, 20 May 2019 21:50:28 -0500
changeset 39608
8d68fba092e7
parent 38989
dd7beea88db2
child 39951
e9eaaff671c9
permissions
-rw-r--r--

remove a few more references to webview

#######################################################################
# Check for libsqlite3 (for the Contact Availability Prediction plugin)
#######################################################################
SQLITE3 = dependency('sqlite3', version : '>= 3.3', required : force_deps)

if PLUGINS and SQLITE3.found()
	cap = library('cap', 'cap.c', 'cap.h', 'cap_statistics.h',
	    dependencies : [SQLITE3, libpurple_dep, libpidgin_dep, glib],
	    name_prefix : '',
	    install : true, install_dir : PIDGIN_PLUGINDIR)
endif

mercurial