|
This fixes https://github.com/mate-desktop/caja-extensions/issues/52.
* (configure.ac): Check also for gupnp-1.2 and set HAS_GUPNP_VERSION_1_2
to yes if found.
* (sendto/plugins/upnp/upnp.c): Use gupnp_context_manager_create when
building with gupnp-1.2 as gupnp_context_manager_new was removed.
Signed-off-by: Jonathan Brielmaier <[email protected]>
Co-authored-by: Gianfranco Costamagna <[email protected]>
|