summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGötz Waschk <waschk@mandriva.org>2009-08-17 14:12:21 +0100
committerEmmanuele Bassi <ebassi@linux.intel.com>2009-08-17 14:14:18 +0100
commit7f1659f9c78ab58c311839da573189400af250b0 (patch)
tree54fe44d1584d9164ab35c009c6b209c69d724de1
parent7feae6702696e70bb0f98ba58682772833b25fb3 (diff)
downloadcogl-7f1659f9c78ab58c311839da573189400af250b0.tar.gz
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 <ebassi@linux.intel.com>
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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 $@ \