mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
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:
@@ -6,6 +6,6 @@ includedir=@includedir@
|
||||
Name: GIO unix specific APIs
|
||||
Description: unix specific headers for glib I/O library
|
||||
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
|
||||
Cflags: -I${includedir}/gio-unix-2.0/
|
||||
|
Reference in New Issue
Block a user