mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-08 18:36:17 +01:00
59f3c1f17a
libmount depends on libblkid, so if we statically link a trivial executable to GIO, we need to pull in both libmount and libblkid. Linking with -lmount is not enough to achieve that, but recursing into mount.pc is. This makes the Autotools build a bit more like the Meson build, which already puts mount in Requires.private. Signed-off-by: Simon McVittie <smcv@collabora.com>
22 lines
602 B
PkgConfig
22 lines
602 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
datadir=@datadir@
|
|
schemasdir=${datadir}/glib-2.0/schemas
|
|
bindir=@bindir@
|
|
giomoduledir=@GIO_MODULE_DIR@
|
|
glib_compile_schemas=${bindir}/glib-compile-schemas
|
|
glib_compile_resources=${bindir}/glib-compile-resources
|
|
gdbus_codegen=${bindir}/gdbus-codegen
|
|
|
|
Name: GIO
|
|
Description: glib I/O library
|
|
Version: @VERSION@
|
|
Requires: glib-2.0 gobject-2.0
|
|
Requires.private: gmodule-no-export-2.0 @LIBMOUNT_REQUIRES@
|
|
Libs: -L${libdir} -lgio-2.0
|
|
Libs.private: @ZLIB_LIBS@ @NETWORK_LIBS@ @SELINUX_LIBS@ @COCOA_LIBS@ @CARBON_LIBS@
|
|
Cflags:
|