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 Name: GIO
Description: glib I/O library Description: glib I/O library
Version: @VERSION@ 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: -L${libdir} -lgio-2.0
Libs.private: @ZLIB_LIBS@ @NETWORK_LIBS@ Libs.private: @ZLIB_LIBS@ @NETWORK_LIBS@
Cflags: Cflags:

View File

@ -6,6 +6,6 @@ includedir=@includedir@
Name: GIO unix specific APIs Name: GIO unix specific APIs
Description: unix specific headers for glib I/O library Description: unix specific headers for glib I/O library
Version: @VERSION@ Version: @VERSION@
Requires: gobject-2.0,gmodule-no-export-2.0,gio-2.0 Requires: gobject-2.0,gio-2.0
Libs: -L${libdir} -lgio-2.0 Libs: -L${libdir} -lgio-2.0
Cflags: -I${includedir}/gio-unix-2.0/ Cflags: -I${includedir}/gio-unix-2.0/