mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-08 18:36:17 +01:00
64e9e1f482
GSettings XML schema files are installed in a well known directory under Glib's installation directory: `glib-2.0/schemas`. However, the Glib installation directory might vary, so the exact location of the schema files might be unknown. The information regarding this directory has been added to GIO's pkg-config file, so it can be checked, and also overrided, by using the command line utility.
21 lines
552 B
PkgConfig
21 lines
552 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
datadir=@datadir@
|
|
schemasdir=${datadir}/glib-2.0/schemas
|
|
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:
|