pidgin/pidgin

Install the Demo Protocol Plugin

16 months ago, Gary Kramlich
3f497be65b2e
Parents bb38b9441073
Children 5634642aca06
Install the Demo Protocol Plugin

Originally this was just going to be for developers, but it may be used to do
and interactive demo in the future which means it needs to be installed.

Testing Done:
Compiled

Reviewed at https://reviews.imfreedom.org/r/2188/
--- a/libpurple/protocols/demo/meson.build Fri Jan 13 00:55:50 2023 -0600
+++ b/libpurple/protocols/demo/meson.build Fri Jan 13 01:09:26 2023 -0600
@@ -27,7 +27,7 @@
demo_prpl = shared_library('demo', DEMO_SOURCES,
c_args : ['-DG_LOG_USE_STRUCTURED', '-DG_LOG_DOMAIN="Purple-Demo"'],
dependencies : [glib, json, libpurple_dep],
- install : false,
+ install : true,
install_dir : PURPLE_PLUGINDIR,
override_options : ['c_std=c99', 'warning_level=2'])