mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 15:46:17 +01:00
5377c0de01
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.
18 lines
443 B
PkgConfig
18 lines
443 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
giomoduledir=@GIO_MODULE_DIR@
|
|
glib_compile_schemas=@bindir@/glib-compile-schemas@EXEEXT@
|
|
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.private: gmodule-no-export-2.0
|
|
Libs: -L${libdir} -lgio-2.0
|
|
Libs.private: @ZLIB_LIBS@ @NETWORK_LIBS@
|
|
Cflags:
|