diff options
author | Rob Taylor <rob.taylor@codethink.co.uk> | 2008-02-18 16:14:54 +0000 |
---|---|---|
committer | Robert James Taylor <robtaylor@src.gnome.org> | 2008-02-18 16:14:54 +0000 |
commit | e7a0c0bcbd3053b9cb02c98a5b9882ffa9b82e79 (patch) | |
tree | 64adf3cb097ac7506e9cd9b20d33434cf5952b62 /gobject-introspection.pc.in | |
parent | 2062ba3767ca7a1256706a2edd17d0bac8572571 (diff) | |
download | gobject-introspection-e7a0c0bcbd3053b9cb02c98a5b9882ffa9b82e79.tar.gz |
Provide variables for g-idl-parser, scanner and compiler in the pkgconfig
2008-02-18 Rob Taylor <rob.taylor@codethink.co.uk>
* gobject-introspection.pc.in:
Provide variables for g-idl-parser, scanner and compiler in the
pkgconfig file.
svn path=/trunk/; revision=114
Diffstat (limited to 'gobject-introspection.pc.in')
-rw-r--r-- | gobject-introspection.pc.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gobject-introspection.pc.in b/gobject-introspection.pc.in index 61dfd4ab..34f368b6 100644 --- a/gobject-introspection.pc.in +++ b/gobject-introspection.pc.in @@ -1,11 +1,16 @@ prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ +bindir=@bindir@ includedir=@includedir@ +g_idl_generator=${bindir}/g-idl-generator +g_idl_scanner=${bindir}/g-idl-scanner +g_idl_compiler=${bindir}/g-idl-compiler + Name: gobject-introspection Description: GObject Introspection Version: @VERSION@ -Requires: glib-2.0 gobject-2.0 gmodule-2.0 gthread-2.0 @LIBFFI_DEP@ +Requires: glib-2.0 gobject-2.0 gmodule-2.0 gthread-2.0 Libs: -L${libdir} -lgirepository Cflags: -I${includedir}/glib-2.0/gobject-introspection |