From d00cac635325e5e279fb9dce87bfc36954d314b7 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Sun, 10 May 2009 00:41:17 +0100 Subject: [PATCH] [build] Unbreak compilation When building Clutter with introspection enabled everything stops at Cogl GIR generation because it depends on the installed library to work. Since we still require some changes in the API to be able to build the GIR and the typelib for Cogl we should disable the generation of the GIR as well. --- clutter/cogl/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clutter/cogl/Makefile.am b/clutter/cogl/Makefile.am index 94f5e2a..4435e8c 100644 --- a/clutter/cogl/Makefile.am +++ b/clutter/cogl/Makefile.am @@ -59,8 +59,8 @@ Cogl-@CLUTTER_API_VERSION@.gir: $(INTROSPECTION_SCANNER) $(CLUTTER_COGL)/libclut BUILT_GIRSOURCES = Cogl-@CLUTTER_API_VERSION@.gir -girdir = $(datadir)/gir-1.0 -gir_DATA = $(BUILT_GIRSOURCES) +#girdir = $(datadir)/gir-1.0 +#gir_DATA = $(BUILT_GIRSOURCES) #typelibsdir = $(libdir)/girepository-1.0 #typelibs_DATA = Cogl-@CLUTTER_API_VERSION@.typelib -- 2.7.4