mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-04 16:36:17 +01:00
761fc9a8e7
This makes the binary name correct on Windows. Pointed out by David Schleef, https://bugzilla.gnome.org/show_bug.cgi?id=641572
16 lines
368 B
PkgConfig
16 lines
368 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
giomoduledir=@GIO_MODULE_DIR@
|
|
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
|
|
Libs: -L${libdir} -lgio-2.0
|
|
Libs.private: @ZLIB_LIBS@ @LIBASYNCNS_LIBADD@
|
|
Cflags:
|