[pinpoint] configure: depend on clutter >= 1.12



commit 9df3bf6a47268235c81436d9448ab3821243757f
Author: Will Thompson <will thompson collabora co uk>
Date:   Thu Apr 11 12:30:25 2013 +0100

    configure: depend on clutter >= 1.12
    
    7e78966 introduced a call to clutter_actor_set_z_position(), which
    according to the ClutterActor docs was added in 1.12.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 38a7276..7316ce1 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.4 gio-2.0 >= 2.26 cairo-pdf pangocairo gdk-pixbuf-2.0"
+PINPOINT_DEPS="clutter-1.0 >= 1.12 gio-2.0 >= 2.26 cairo-pdf pangocairo gdk-pixbuf-2.0"
 
 AS_COMPILER_FLAGS([MAINTAINER_CFLAGS], [-Wall])
 AC_SUBST(MAINTAINER_CFLAGS)


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