mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 15:46:17 +01:00
8d037c678d
This allows static linking against GIO on OS X, which would previously fail due to unresolved symbols from the above two frameworks. https://bugzilla.gnome.org/show_bug.cgi?id=668152
17 lines
495 B
PkgConfig
17 lines
495 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
glib_genmarshal=glib-genmarshal
|
|
gobject_query=gobject-query
|
|
glib_mkenums=glib-mkenums
|
|
|
|
Name: GLib
|
|
Description: C Utility Library
|
|
Version: @VERSION@
|
|
Requires.private: @PCRE_REQUIRES@
|
|
Libs: -L${libdir} -lglib-2.0 @INTLLIBS@
|
|
Libs.private: @G_THREAD_LIBS@ @G_LIBS_EXTRA@ @PCRE_LIBS@ @INTLLIBS@ @ICONV_LIBS@ @CARBON_LIBS@ @COCOA_LIBS@
|
|
Cflags: -I${includedir}/glib-2.0 -I${libdir}/glib-2.0/include @GLIB_EXTRA_CFLAGS@
|