diff options
author | Gui Chen <gui.chen@intel.com> | 2014-07-31 23:47:07 -0400 |
---|---|---|
committer | Gui Chen <gui.chen@intel.com> | 2014-07-31 23:47:07 -0400 |
commit | c91b01f7e39922c074f5a986b08a580b5c3a799b (patch) | |
tree | 0cbfd9fafb7f0268b3e99b127fe3a70f87e91370 /gio-2.0.pc.in | |
download | glib2-c91b01f7e39922c074f5a986b08a580b5c3a799b.tar.gz glib2-c91b01f7e39922c074f5a986b08a580b5c3a799b.tar.bz2 glib2-c91b01f7e39922c074f5a986b08a580b5c3a799b.zip |
Imported Upstream version 2.35.8
Diffstat (limited to 'gio-2.0.pc.in')
-rw-r--r-- | gio-2.0.pc.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gio-2.0.pc.in b/gio-2.0.pc.in new file mode 100644 index 0000000..9f7123f --- /dev/null +++ b/gio-2.0.pc.in @@ -0,0 +1,18 @@ +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@ +Cflags: |