From 64b5308d7fe2d80ae4d6ae4e04b7150ae76dec7e Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Thu, 12 Aug 2010 10:36:04 -0400 Subject: [PATCH] introspection: Use the --quiet flag conditionally --quiet has been added to g-ir-scanner in the 0.9.1 cycle. We really want to be able to compile clutter with 0.6.14 to be able to reuse gir files that are distributed in current distributions. Use the INTROSPECTION_SCANNER_ARGS (previously unused) variable to convey --quiet when necessary. Fixes: http://bugzilla.clutter-project.org/show_bug.cgi?id=2265 --- cogl/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/cogl/Makefile.am b/cogl/Makefile.am index 440b6ab7e..696f3a4f7 100644 --- a/cogl/Makefile.am +++ b/cogl/Makefile.am @@ -235,7 +235,6 @@ if HAVE_INTROSPECTION Cogl-@CLUTTER_API_VERSION@.gir: Makefile $(INTROSPECTION_SCANNER) libclutter-cogl.la $(QUIET_SCAN)$(INTROSPECTION_SCANNER) \ $(INTROSPECTION_SCANNER_ARGS) \ - --quiet \ --namespace Cogl --nsversion=@CLUTTER_API_VERSION@ \ $(INCLUDES) \ $(AM_CPPFLAGS) \