mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-08 18:36:17 +01:00
201cdd74f0
According to https://www.bassi.io/articles/2018/03/15/pkg-config-and-paths/,
pkg-config files should use absolute paths in variables. This fixes
commit 47692845c0
.
Closes #1521
18 lines
541 B
PkgConfig
18 lines
541 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
bindir=@bindir@
|
|
glib_genmarshal=${bindir}/glib-genmarshal
|
|
gobject_query=${bindir}/gobject-query
|
|
glib_mkenums=${bindir}/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@
|