pidgin/plugins/disco/meson.build

Mon, 29 Aug 2016 04:26:44 -0400

author
Elliott Sales de Andrade <qulogic@pidgin.im>
date
Mon, 29 Aug 2016 04:26:44 -0400
branch
meson
changeset 38471
a7ce1d49ac8c
child 39801
2bbed8148402
permissions
-rw-r--r--

Add Pidgin plugins to meson build.

xmppdisco_SOURCES = [
	'gtkdisco.c',
	'gtkdisco.h',
	'xmppdisco.c',
	'xmppdisco.h'
]

if PLUGINS
	xmppdisco = library('xmppdisco', xmppdisco_SOURCES,
	    dependencies : [libpurple_dep, libpidgin_dep, glib],
	    name_prefix : '',
	    install : true, install_dir : PIDGIN_PLUGINDIR)
endif

mercurial