[clutter-gtkmm] Fix the build.



commit 836372040b01b607f7f415ccfa434c2a43385807
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Nov 11 14:35:38 2010 +0100

    Fix the build.
    
    * clutter-gtk/src/viewport.[hg|ccg]: Remove Viewport, because it was removed
    from the C API. We need to wrap the new stuff, such as GtkClutterActor.

 ChangeLog                    |    9 +++++-
 clutter-gtk/src/filelist.am  |    2 +-
 clutter-gtk/src/viewport.ccg |   26 -----------------
 clutter-gtk/src/viewport.hg  |   62 ------------------------------------------
 4 files changed, 9 insertions(+), 90 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 052bd43..9cc3ce6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,11 @@
-2010-11-11  Murray Cumming  <murrayc murrayc-desktop>
+2010-11-11  Murray Cumming  <murrayc murrayc com>
+
+	Fix the build.
+
+	* clutter-gtk/src/viewport.[hg|ccg]: Remove Viewport, because it was removed
+	from the C API. We need to wrap the new stuff, such as GtkClutterActor.
+
+2010-11-11  Murray Cumming  <murrayc murrayc com>
 
 	Use clutter-gtk-1.0 and gtkmm-3.0.
 
diff --git a/clutter-gtk/src/filelist.am b/clutter-gtk/src/filelist.am
index ce505ad..02ce08f 100644
--- a/clutter-gtk/src/filelist.am
+++ b/clutter-gtk/src/filelist.am
@@ -9,5 +9,5 @@ files_defs =				\
 	clutter-gtk_vfuncs.defs		\
 	clutter-gtk_docs.xml
 
-files_hg  = embed.hg viewport.hg
+files_hg  = embed.hg
 files_ccg = $(files_hg:.hg=.ccg)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]