]> git.pld-linux.org Git - packages/caja-extensions.git/blob - caja-extensions-gupnp.patch
2d1887b3547eb3429a7b68c711607132c7c027c6
[packages/caja-extensions.git] / caja-extensions-gupnp.patch
1 --- caja-extensions-1.22.0/configure.ac.orig    2019-02-25 14:25:14.000000000 +0100
2 +++ caja-extensions-1.22.0/configure.ac 2019-05-20 20:57:04.237355843 +0200
3 @@ -196,8 +196,10 @@
4              fi
5              ;;
6              upnp)
7 +                PKG_CHECK_MODULES(UPNP, gupnp-1.2 >= $GUPNP_REQUIRED, enable_upnp=yes, [
8                  PKG_CHECK_MODULES(UPNP, gupnp-1.0 >= $GUPNP_REQUIRED,
9                      enable_upnp=yes, enable_upnp=no)
10 +               ])
11                  if test "${enable_upnp}" != "yes" ; then
12                      sendto_plugin_error_or_ignore "you need gupnp installed to build the upnp plugin"
13                      add_sendto_plugin="0"
This page took 0.040705 seconds and 3 git commands to generate.