pidgin/plugins/disco/meson.build@f45e8a9c6fc1
pidgin/plugins/disco/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 38471
-
a7ce1d49ac8c
- child 39801
-
2bbed8148402
- 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.
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