[pinpoint] build: depend on clutter >= 1.4 nor 1.3



commit cc7ac90bdffbf06a7bfd1d762e434fe75d4aa136
Author: �yvind Kolås <pippin gimp org>
Date:   Fri May 20 01:35:35 2011 +0100

    build: depend on clutter >= 1.4 nor 1.3
    
    Doesn't really change anything, but 1.4 is the first _stable_ release
    that contained ClutterState which pinpoint depends on.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 74a3251..91321ec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@ AC_PROG_CC
 PKG_PROG_PKG_CONFIG
 AC_HEADER_STDC
 
-PINPOINT_DEPS="clutter-1.0 >= 1.3 gio-2.0 cairo-pdf pangocairo gdk-pixbuf-2.0"
+PINPOINT_DEPS="clutter-1.0 >= 1.4 gio-2.0 cairo-pdf pangocairo gdk-pixbuf-2.0"
 
 AS_COMPILER_FLAGS([MAINTAINER_CFLAGS], [-Wall])
 



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