[pango] Do not get the gir and typelib dir for g-i



commit 0f0b9f963db52024f348359ce61c66bff6ce0531
Author: Johan Dahlin <johan gnome org>
Date:   Thu Dec 31 00:27:38 2009 +0100

    Do not get the gir and typelib dir for g-i
    
    Since it breaks when using a system install of gobject-introspection

 pango/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/pango/Makefile.am b/pango/Makefile.am
index fb05d0b..cef644f 100644
--- a/pango/Makefile.am
+++ b/pango/Makefile.am
@@ -523,10 +523,10 @@ pangocairo-$(PANGO_API_VERSION).lib: libpangocairo-$(PANGO_API_VERSION).la $(src
 
 if HAVE_INTROSPECTION
 
-girdir = $(INTROSPECTION_GIRDIR)
+girdir = $(datadir)/gir-1.0
 dist_gir_DATA = $(INTROSPECTION_GIRS)
 
-typelibsdir = $(INTROSPECTION_TYPELIBDIR)
+typelibsdir = $(libdir)/girepository-1.0
 typelibs_DATA = $(INTROSPECTION_GIRS:.gir=.typelib)
 
 endif # HAVE_INTROSPECTION



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