[gnome-games] [libgames-support] Use Clutter-1.0, since CLUTTER_API_VERSION was removed
- From: Tim Horton <hortont src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-games] [libgames-support] Use Clutter-1.0, since CLUTTER_API_VERSION was removed
- Date: Fri, 31 Jul 2009 03:34:20 +0000 (UTC)
commit 0e051151f4d7dd4634d7d5b1b3c4e3217fd09e00
Author: Tim Horton <hortont424 gmail com>
Date: Thu Jul 30 23:22:30 2009 -0400
[libgames-support] Use Clutter-1.0, since CLUTTER_API_VERSION was removed
This might not be the correct solution, as it doesn't take into account the
fact that the Clutter gir version will change. chpe?
libgames-support/Makefile.am | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/libgames-support/Makefile.am b/libgames-support/Makefile.am
index 3c6e7c6..41a35cb 100644
--- a/libgames-support/Makefile.am
+++ b/libgames-support/Makefile.am
@@ -367,8 +367,8 @@ GnomeGamesSupport-1.0.gir: $(INTROSPECTION_SCANNER) libgames-support-gi.la
--namespace GnomeGamesSupport --nsversion=1.0 \
--strip-prefix=games \
--add-include-path=$(srcdir) --add-include=path=. \
- --include=Clutter-$(CLUTTER_API_VERSION) \
- --include=Cogl-$(CLUTTER_API_VERSION) \
+ --include=Clutter-1.0 \
+ --include=Cogl-1.0 \
--include=Gtk-2.0 \
--include=GGZ-1.0 \
--library=games-support-gi \
@@ -376,8 +376,8 @@ GnomeGamesSupport-1.0.gir: $(INTROSPECTION_SCANNER) libgames-support-gi.la
--output $@ \
--pkg gobject-2.0 \
--pkg gtk+-2.0 \
- --pkg clutter-$(CLUTTER_API_VERSION) \
- --pkg cogl-$(CLUTTER_API_VERSION) \
+ --pkg clutter-1.0 \
+ --pkg cogl-1.0 \
-I$(top_srcdir) \
-I$(top_builddir) \
$(filter %.h,$(libgames_support_gi_la_SOURCES))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]