From 7f1659f9c78ab58c311839da573189400af250b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6tz=20Waschk?= Date: Mon, 17 Aug 2009 14:12:21 +0100 Subject: Update Clutter to use G-I 0.6.4 Following bug #1762, the syntax of g-ir-scanner was changed in gobject-introspection, so Clutter does not build anymore with 0.6.4. See the bugzilla bug: http://bugzilla.gnome.org/show_bug.cgi?id=591669 GObject-Introspection now uses a different mechanism to extract the SONAME when building the gir file and it needs the libtool archive as option. Signed-off-by: Emmanuele Bassi --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index afc2022f..62998a6f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -75,7 +75,7 @@ Cogl-@CLUTTER_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libclutter-cogl.la --c-include='cogl/cogl.h' \ --include=GL-1.0 \ --include=GObject-2.0 \ - --library=clutter-cogl \ + --library=libclutter-cogl.la \ --libtool="$(top_builddir)/libtool" \ --pkg gobject-2.0 \ --output $@ \ -- cgit v1.2.1