File: upstream-rev114.patch

package info (click to toggle)
upnp-router-control 0.2-1.2
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 1,316 kB
  • ctags: 197
  • sloc: sh: 2,014; ansic: 1,994; makefile: 101
file content (12 lines) | stat: -rw-r--r-- 348 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
--- a/configure.ac	2012-10-30 23:44:32 +0000
+++ b/configure.ac	2013-01-22 22:39:51 +0000
@@ -42,7 +42,7 @@
 AC_SUBST(GTK_LIBS)
 
 #### Check for gupnp1.0 ####
-PKG_CHECK_MODULES(GUPNP, gupnp-1.0,,
+PKG_CHECK_MODULES(GUPNP, gssdp-1.0 gupnp-1.0,,
 	AC_MSG_ERROR([libgupnp-1.0 is required to compile upnp-router-control]))
 
 AC_SUBST(GUPNP_CFLAGS)