gobject-introspection r114 - trunk



Author: robtaylor
Date: Mon Feb 18 16:14:54 2008
New Revision: 114
URL: http://svn.gnome.org/viewvc/gobject-introspection?rev=114&view=rev

Log:
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.


Modified:
   trunk/ChangeLog
   trunk/gobject-introspection.pc.in

Modified: trunk/gobject-introspection.pc.in
==============================================================================
--- trunk/gobject-introspection.pc.in	(original)
+++ trunk/gobject-introspection.pc.in	Mon Feb 18 16:14:54 2008
@@ -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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]