aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 634ce07..f4513cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-07-29 Robert Bragg <bob@o-hand.com>
+
+ * configure.ac:
+ Look for clutter-0.8 now instead of 0.7
+
2008-07-04 Robert Bragg <bob@o-hand.com>
* configure.ac:
diff --git a/configure.ac b/configure.ac
index 0520288..974adba 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,7 +26,7 @@ AC_SUBST(MBWM2_INCDIR)
MBWM2_PKGINCDIR=matchbox-wm-2/$MBWM2_API_VERSION/
AC_SUBST(MBWM2_PKGINCDIR)
-clutter_package=clutter-0.7
+clutter_package=clutter-0.8
AM_MAINTAINER_MODE