summaryrefslogtreecommitdiff
path: root/gio-2.0.pc.in
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2011-09-23 07:46:55 -0400
committerDan Winship <danw@gnome.org>2011-09-23 07:50:11 -0400
commit7aa824da6ea3600ae72dc5a7f4c999719ffdacb4 (patch)
tree64cd6c9560e221666f1ee45b26b6b32d9cd0107d /gio-2.0.pc.in
parentcf020d8250c04abf52b5cde68076c09c02f6655d (diff)
gio-2.0.pc.in: drop stray reference to libasyncns
gio-2.0.pc's Libs.private was still using @LIBASYNCNS_LIBADD@, which was no longer being substituted to anything and so broke "pkg-config --static". Fix it to be @NETWORK_LIBS@ instead. https://bugzilla.gnome.org/show_bug.cgi?id=659889
Diffstat (limited to 'gio-2.0.pc.in')
-rw-r--r--gio-2.0.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio-2.0.pc.in b/gio-2.0.pc.in
index d18d05121..c4f32c224 100644
--- a/gio-2.0.pc.in
+++ b/gio-2.0.pc.in
@@ -11,5 +11,5 @@ Description: glib I/O library
Version: @VERSION@
Requires: glib-2.0,gobject-2.0,gmodule-no-export-2.0
Libs: -L${libdir} -lgio-2.0
-Libs.private: @ZLIB_LIBS@ @LIBASYNCNS_LIBADD@
+Libs.private: @ZLIB_LIBS@ @NETWORK_LIBS@
Cflags: