mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-16 00:00:07 +01:00
![]() If OOT lws plugins will be packaged as separate projects, they're going to want to install their plugins somewhere that makes sense for the package instead of one big lws plugin dir. This patch changes info to have a const char ** to a NULL terminated array of directories it should search for plugins. lwsws knows about this and you can add to the dir array using config fragments like { "global": { "plugin-dir": "/usr/local/share/coherent-timeline/plugins" } } if the config fragment in /etc/lwsws/conf.d/ is also managed by the package with the plugin, it can very cleanly add and remove itself from lwsws based on package install status. Signed-off-by: Andy Green <andy@warmcat.com> |
||
---|---|---|
.. | ||
conf.c | ||
etc-logrotate.d-lwsws | ||
etc-lwsws-conf-EXAMPLE | ||
etc-lwsws-conf.d-localhost-EXAMPLE | ||
http.c | ||
lejp.c | ||
lejp.h | ||
lwsws.h | ||
main.c | ||
usr-lib-systemd-system-lwsws.service |