summaryrefslogtreecommitdiff
path: root/gio-2.0.pc.in
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2012-01-15 22:15:10 -0500
committerMatthias Clasen <mclasen@redhat.com>2012-01-15 22:15:10 -0500
commit5377c0de0108d292ea3e23fa6d90410f9ac9fa00 (patch)
tree92682c193cb979d85331a230b12f869d35f53340 /gio-2.0.pc.in
parent7e542e97a97a02592beea6a8ffff497f538df3ab (diff)
Beef up Libs.private in glib-2.0.pc
This should help getting static builds working on mingw. Based on a patch by Volker Grabsch, bug 619126. At the same time, drop the unnecessary GLIB_RT_LIBS variable; we are already adding -lrt to G_THREAD_LIBS.
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 78dabf3ef..6a706742f 100644
--- a/gio-2.0.pc.in
+++ b/gio-2.0.pc.in
@@ -10,7 +10,7 @@ glib_compile_resources=@bindir@/glib-compile-resources@EXEEXT@
Name: GIO
Description: glib I/O library
Version: @VERSION@
-Requires: glib-2.0,gobject-2.0
+Requires: glib-2.0 gobject-2.0
Requires.private: gmodule-no-export-2.0
Libs: -L${libdir} -lgio-2.0
Libs.private: @ZLIB_LIBS@ @NETWORK_LIBS@