summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2012-11-09 09:57:11 -0500
committerOlivier CrĂȘte <olivier.crete@collabora.com>2012-11-09 16:37:33 +0100
commitf23a342a4a1a437fb17b50faa2c7530323f70266 (patch)
tree4f771d6fc7120d2cc9932ea9bc1b56eb2cac6531
parent7dad9069646ec95be843be175b32946f3a056e44 (diff)
downloadgupnp-igd-f23a342a4a1a437fb17b50faa2c7530323f70266.tar.gz
build: link against -lgobject, not just -lglib
https://bugzilla.gnome.org/show_bug.cgi?id=687993
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e2e1161..21eedd3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@ AC_STDC_HEADERS
AC_PROG_LIBTOOL
AC_FUNC_MMAP
-PKG_CHECK_MODULES(LIBGUPNP, glib-2.0 >= 2.14 gupnp-1.0 >= 0.18 gthread-2.0)
+PKG_CHECK_MODULES(LIBGUPNP, gobject-2.0 >= 2.14 gupnp-1.0 >= 0.18 gthread-2.0)
# glib-genmarshal
GLIB_GENMARSHAL=`pkg-config --variable=glib_genmarshal glib-2.0`