[pygobject] Fix paths and add missing overridesdir variable used in uninstalled pkgconfig file



commit 3ca19fc13e6024fd04851e6f269020a92b09fa17
Author: Dieter Verfaillie <dieterv optionexplicit be>
Date:   Fri Sep 9 15:08:27 2011 +0200

    Fix paths and add missing overridesdir variable used in uninstalled pkgconfig file
    
    https://bugzilla.gnome.org/show_bug.cgi?id=658654

 pygobject-3.0-uninstalled.pc.in |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/pygobject-3.0-uninstalled.pc.in b/pygobject-3.0-uninstalled.pc.in
index 562369d..6b07aa6 100644
--- a/pygobject-3.0-uninstalled.pc.in
+++ b/pygobject-3.0-uninstalled.pc.in
@@ -1,12 +1,12 @@
+# you can use the --variable=pygobjectincludedir argument to
+# pkg-config to get this value. You might want to use this to
+# install additional headers.
+pygobjectincludedir=${pc_top_builddir}/${pcfiledir}/gi/_gobject
+overridesdir=${pc_top_builddir}/${pcfiledir}/gi/overrides
+
 Name: PyGObject
 Description: Python bindings for GObject
 Requires: gobject-2.0
 Requires.private: @LIBFFI_PC@
 Version: @VERSION@
-Cflags: -I${pc_top_builddir}/${pcfiledir}/gobject
-
-# you can use the --variable=pygobjectincludedir argument to
-# pkg-config to get this value.  You might want to use this to
-# install additional headers.
-pygobjectincludedir=${pc_top_builddir}/${pcfiledir}/gobject
-xslfiles=${pc_top_builddir}/${pcfiledir}/docs/xsl
+Cflags: -I${pc_top_builddir}/${pcfiledir}/gi/_gobject



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