pidgin/plugins/meson.build

Sat, 22 Aug 2020 04:02:53 -0500

author
Elliott Sales de Andrade <quantum.analyst@gmail.com>
date
Sat, 22 Aug 2020 04:02:53 -0500
changeset 40518
d587dad11411
parent 40516
fefaa6596e74
child 40554
e910eacdf9d9
permissions
-rw-r--r--

Remove purple_chat_user_[sg]et_ui_data.

Remove `purple_chat_user_[gs]et_ui_data`.
Remove `deleting-chat-user` signal. It's unused now, and just a substitute for a finalization notification.

Testing Done:
Compile only.

Reviewed at https://reviews.imfreedom.org/r/83/

subdir('gevolution')

if false
	subdir('musicmessaging')
endif

subdir('disco')
subdir('gestures')
subdir('xmppconsole')

if IS_WIN32
	subdir('win32/winprefs')
endif

if PLUGINS
	contact_priority = library('contact_priority', 'contact_priority.c',
	    dependencies : [libpurple_dep, libpidgin_dep, glib],
	    name_prefix : '')

	gtkbuddynote = library('gtkbuddynote', 'gtkbuddynote.c',
	    dependencies : [libpurple_dep, libpidgin_dep, glib],
	    name_prefix : '',
	    install : true, install_dir : PIDGIN_PLUGINDIR)

	gtk_signals_test = library('gtk_signals_test', 'gtk-signals-test.c',
	    dependencies : [libpurple_dep, libpidgin_dep, glib],
	    name_prefix : '')

	history = library('history', 'history.c',
	    build_by_default: false,
	    dependencies : [libpurple_dep, libpidgin_dep, glib],
	    name_prefix : '',
	    install : false, install_dir : PIDGIN_PLUGINDIR)

	iconaway = library('iconaway', 'iconaway.c',
	    dependencies : [libpurple_dep, libpidgin_dep, glib],
	    name_prefix : '',
	    install : true, install_dir : PIDGIN_PLUGINDIR)

	imgupload = library('imgupload', 'imgupload.c',
	    dependencies : [json, libpurple_dep, libpidgin_dep, libsoup, glib],
	    name_prefix : '',
	    build_by_default: false,
	    install : false, install_dir : PIDGIN_PLUGINDIR)

	notify = library('notify', 'notify.c',
	    dependencies : [libpurple_dep, libpidgin_dep, glib],
	    name_prefix : '',
	    build_by_default: false,
	    install : false, install_dir : PIDGIN_PLUGINDIR)

	relnot = library('relnot', 'relnot.c',
	    dependencies : [libpurple_dep, libpidgin_dep, libsoup, glib],
	    name_prefix : '',
	    install : true, install_dir : PIDGIN_PLUGINDIR)

	screencap = library('screencap', 'screencap.c',
	    dependencies : [libpurple_dep, libpidgin_dep, glib],
	    name_prefix : '',
	    build_by_default: false,
	    install : false, install_dir : PIDGIN_PLUGINDIR)

	spellchk = library('spellchk', 'spellchk.c',
	    dependencies : [libpurple_dep, libpidgin_dep, glib],
	    name_prefix : '',
	    build_by_default: false,
	    install : false, install_dir : PIDGIN_PLUGINDIR)

	if enable_unity
		unity = library('unity', 'unity.c',
		    dependencies : [UNITY, libpurple_dep, libpidgin_dep, glib],
		    name_prefix : '',
		    install : true, install_dir : PIDGIN_PLUGINDIR)
	endif

endif # PLUGINS

mercurial