pidgin/plugins/musicmessaging/meson.build

Sat, 08 Dec 2018 21:34:48 -0600

author
Mike Ruprecht <cmaiku@gmail.com>
date
Sat, 08 Dec 2018 21:34:48 -0600
changeset 39413
f45e8a9c6fc1
parent 38935
4c5211ba7880
child 40536
c0ea70247280
permissions
-rw-r--r--

Remove/edit comments which mention PURPLE_PLUGINS define

Now that GPlugin and libpurple plugin support are both required,
this patch removes mentions of PURPLE_PLUGINS from documentation
and comments in example plugins/code.

if PLUGINS and enable_dbus
	install_data('music.png',
		install_dir : get_option('datadir') + '/pixmaps/pidgin/buttons')

	music_messaging_bindings = custom_target('music_messaging_bindings.c',
	    command : [python, dbus_analyze_functions, '--export-only', '-o', '@OUTPUT@', '@INPUT@'],
	    input : 'musicmessaging.c',
	    output : 'music-messaging-bindings.ch')

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

mercurial