EionRobb / skype4pidgin

Skype Plugin for Pidgin, libpurple and more
https://github.com/EionRobb/skype4pidgin/tree/master/skypeweb#skypeweb-plugin-for-pidgin
624 stars 88 forks source link

Alpine json-glib dependency #588

Closed realies closed 6 years ago

realies commented 6 years ago

Working on a minimal Docker image for BitlBee with plugins. It seems that everything works fine when skype4pidgin is compiled with json-glib-dev and having json-glib missing. Can you please confirm that having only json-glib-dev is sufficient?

EionRobb commented 6 years ago

That json-glib-dev package on its own would let it compile, not run, but the json-glib package looks like it's a dependency of json-glib-dev anyway?

realies commented 6 years ago

Did not spot the origin field, thanks for the clarification. Assuming it's a good idea having json-glib-dev in the build dependencies and json-glib in the runtime ones.

realies commented 6 years ago

Can confirm that skype4pidgin still works when json-glib-dev is removed and json-glib is present after compilation.