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.
This commit is contained in:
Matthias Clasen
2011-11-22 11:06:07 -05:00
parent c4a11858cf
commit 1f02ef3205
2 changed files with 4 additions and 3 deletions

View File

@@ -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: