summaryrefslogtreecommitdiff
path: root/gio-2.0.pc.in
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-11-22 11:06:07 -0500
committerMatthias Clasen <mclasen@redhat.com>2011-11-22 13:59:34 -0500
commit1f02ef3205e810dd937f316f5a7b58ecc2893d59 (patch)
tree65e2148f5744ca00641a36cbe25c39017ff89c04 /gio-2.0.pc.in
parentc4a11858cfb098ccc25d35dd7f5461c51b7f6ad3 (diff)
gio: Move gmodule to Requires.private
Users of GIO are not generally expected to use gmodule API, so don't force them all to link against it.
Diffstat (limited to 'gio-2.0.pc.in')
-rw-r--r--gio-2.0.pc.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/gio-2.0.pc.in b/gio-2.0.pc.in
index c4f32c224..b702910fa 100644
--- a/gio-2.0.pc.in
+++ b/gio-2.0.pc.in
@@ -9,7 +9,8 @@ glib_compile_schemas=@bindir@/glib-compile-schemas@EXEEXT@
Name: GIO
Description: glib I/O library
Version: @VERSION@
-Requires: glib-2.0,gobject-2.0,gmodule-no-export-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@
-Cflags:
+Cflags: