mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-08 10:26:16 +01:00
ecdd3c29fc
This helps with static linking. When application statically links with libgio, it needs to link against libmount explicitly. When it is mentioned in Libs.private, build system can figure out with which extra libs to link against with help of pkg-config. This build failure is detected by Buildroot autobuilder: http://autobuild.buildroot.net/results/fdf/fdf26abbed0014606a7788ce5d60828a0e871186 Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com>
19 lines
495 B
PkgConfig
19 lines
495 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
giomoduledir=@GIO_MODULE_DIR@
|
|
glib_compile_schemas=glib-compile-schemas
|
|
glib_compile_resources=glib-compile-resources
|
|
gdbus_codegen=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
|
|
Libs: -L${libdir} -lgio-2.0
|
|
Libs.private: @ZLIB_LIBS@ @NETWORK_LIBS@ @SELINUX_LIBS@ @COCOA_LIBS@ @CARBON_LIBS@ @LIBMOUNT_LIBS@
|
|
Cflags:
|