pidgin/plugins/cap/meson.build

Fri, 08 Sep 2017 00:47:18 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Fri, 08 Sep 2017 00:47:18 -0500
changeset 38685
262e7e2b84bc
parent 38503
fbf8f6020744
child 38989
dd7beea88db2
permissions
-rw-r--r--

Fix the transient_for stuff (had the wrong function signature)

if PLUGINS
	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