Skip to content

Commit

Permalink
configure: depend on clutter >= 1.12
Browse files Browse the repository at this point in the history
7e78966 introduced a call to clutter_actor_set_z_position(), which
according to the ClutterActor docs was added in 1.12.
  • Loading branch information
Will Thompson committed Apr 11, 2013
1 parent 739e61a commit 9df3bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -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)
Expand Down

0 comments on commit 9df3bf6

Please sign in to comment.